Loops/Downward for: Difference between revisions

m
(Add Plain English)
Line 1,063:
(or <code>,.10 thru 0</code> if you want each number on a line by itself)
 
This verb "thru" will count up or down, starting and stop at the indicated left and right ending points. (However, note that this particular implementation of 'thru' will return an empty result if the starting and ending values are the same. Whether that's useful or a problem, depends on the application.)
 
=={{header|Java}}==
6,962

edits