Statements
- Last UpdatedNov 07, 2016
- 1 minute read
-
A statement can be a value assignment, a function call, or a control structure.
-
Each statement in a script must end with a semicolon (;).
-
You can have multiple statements in the same line, as long as each statement ends with a semicolon.
-
You can spread a statement across multiple lines by using line breaks (pressing Enter).