EdgeScript supports comments, identifiers, four data types (string, number, boolean, and dictionary), variables, operators, conditional and loop statements, and custom functions.
-
You cannot use double quotation marks (") in EdgeScript.
-
To escape a character, such as a single quotation mark, use the tochar function. For example, tochar(39) represents a single quotation mark. For more information, see tochar function.
The following table describes the EdgeScript syntax rules.
|
Syntax |
Rule |
|
Comments |
Comments must start with a number sign (#). Example: # this is annotation. |
|
Identifier rules |
|
|
Data types |
|
|
Variables |
|
|
Operators |
|
|
Statements |
|
|
Functions |
|