from: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
'''Operand types:''' | '''Operand types:''' | ||
'''for "_var"''' | '''for "_var":''' [[For Type]] | ||
'''b''' | '''b:''' [[Number]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Line 23: | Line 23: | ||
Continue sequence of '''for''' command. | Continue sequence of '''for''' command. | ||
'''Example''': | '''Example''': | ||
for "_x" '''from''' 10 to 20 do {..code..} | for "_x" '''from''' 10 to 20 do {..code..} |