Skip to main content
FW version: Stable

Code flow operators

For scripting purposes, the YOS interpreter provides several code flow operators. These operators allow you to control the flow of the script execution.

The flow operators are branch, call, if, elif, else.

Documentation for the operators is in conditions and functions.