|
|
|
|
|
- Conditional statements
- Loop statements
- Branch statement
The conditional statements of WLanguage are as follows: | | IF | Runs an action or another one according to a condition. | SWITCH | Runs an action or another one according to an expression |
The loop statements of WLanguage are as follows: | | FOR | The statement block is repeated until a limit value | FOR EACH | Element path: | LOOP | The statement block is repeated endlessly | WHILE | The statement block is repeated according to a condition | The FOR EACH statement can also be used to browse the .Net objects that implement the IEnumerable interface.The branch statement available in WLanguage is as follows: | | GOTO | Branches to a given label |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|