Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ring For Loop

# Dynamic loop
See "Start : " give nStart
See "End   : " give nEnd
See "Step  : " give nStep
For x = nStart to nEnd Step nStep
        see x + nl
Next
Source by ring-lang.github.io #
 
PREVIOUS NEXT
Tagged: #ring #For #Loop
ADD COMMENT
Topic
Name
5+2 =