|
|||||||||||
Home Products Download Tutorials
Web Ring/Links Contact |
if elif elseThey are the base elements to create conditional block of instructions. elif creates a new condition inside the previous if else branch. Use several elif simulates the command case or switch found in other language.Examples:
forAll elements in a list can be manipulated one by one with this command. If a loop changes the list, a copy of the list must be used to iterate. To do it, add at the end of the variable's name the characters [:] (a colon between square brackets).Examples:
|
|
|||||||||
|