RosettaCodeData/Task/Loops-For/MUMPS/loops-for-2.mumps
2023-07-01 13:44:08 -04:00

1 line
45 B
Text

FOR I=1:1:5 FOR J=1:1:I WRITE "*" IF J=I W !