The following table is a set of statements and keywords that can be used in the script.
Type | Description |
IF-ELSE
| Evaluates the expression after “if“ |
WHILE
|
|
FOR Statement | A statement for more complex loop processes. |
SWITCH-CASE Statement | Statement for executing different processes based on different conditions. |
GOTO Statement | A statement that forces the flow of the program to go to a specific location in the script. |
CONTINUE Keyword | A keyword used in loop processes. |
RETURN Keyword | A keyword that designates the value that will be returned to the caller. |
RUNSCRIPT Keyword | A keyword that calls an external program. |
...