Loops
Three loop-constructs are implemented:
These commands are also supported:
- exit/break leave the loop immediately.
- continue continue the loop with the next iteration.
en:schleifen
Three loop-constructs are implemented:
These commands are also supported: