previous next |
2.6.2. Commands and Functions for Loops |
The following are the commands and functions for loops: * Break -- break out of a loop * For -- loop command * Foreach -- loop command * Repeat -- loop command * Return -- exit from a structured command * While -- loop command Details can be found by looking up each item by name. Online, try '?ItemName' or 'H.Syntax("ItemName")'. |