|
|
|
|
|
The simple statements of WLanguage are as follows: | | BREAK | Exit from a statement block and run the rest of the current process. | CONTINUE | Goes to the beginning of the next iteration without ending the code of the current iteration. | RETURN | Exit from a statement block and exit from the current process (or procedure). | RETURN | Exits the current process (or procedure) and return a status code. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|