|
|
|
|
|
- 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 | HFSQL iteration (full iteration, search, filter) | FOR EACH | Iterates through the arrays | FOR EACH | Iterates over the characters of a string | FOR EACH | Iterates through the controls | 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|