Loops/For: Difference between revisions

m
→‎Routine: Correction: Routine is part of MUMPS
(→‎{{header|NewLISP}}: correction.)
m (→‎Routine: Correction: Routine is part of MUMPS)
Line 436:
endfor</lang>
=={{header|MUMPS}}==
== Routine ==
<lang MUMPS>FORLOOP
NEW I,J
Line 452:
*****
</pre>
 
== One line ==
The if statement has to follow the write, or else the if statement would control the write (5 lines with one asterisk each).