Loops/For: Difference between revisions

Content deleted Content added
m →‎Routine: Correction: Routine is part of MUMPS
Line 436: Line 436:
endfor</lang>
endfor</lang>
=={{header|MUMPS}}==
=={{header|MUMPS}}==
== Routine ==
= Routine =
<lang MUMPS>FORLOOP
<lang MUMPS>FORLOOP
NEW I,J
NEW I,J
Line 452: Line 452:
*****
*****
</pre>
</pre>

== One line ==
== 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).
The if statement has to follow the write, or else the if statement would control the write (5 lines with one asterisk each).