|
|||||||||||
Home Products Download Tutorials
Web Ring/Links Contact |
Loop managementThere are 3 commands to control the execution of a loop. Each one applies to the closest indented loop.continueTells to the interpreter the use the next value without reach the end of the loop.breakCancel immediately the loop execution.elseIdentify a block of instructions executes when the loop execution is completed. Expect, if the command break have been used to stop it.Examples :
Special CommandspassThis command does nothing; it uses only when the syntax needs a command for a non-already existing code.Example :
|
|
|||||||||
|