Loops/Wrong ranges: Difference between revisions

Line 1,769:
 
=={{header|Smalltalk}}==
The basic loop is in the <tt>startExpr to:stopExpr by:incExpr do:[..]</tt> message expression.
The rest in the code is sugar for a nice output.
 
<lang smalltalk>MAX_ITER := 15.
#(
Anonymous user