RosettaCodeData/Task/Loops-For/ERRE/loops-for.erre

7 lines
86 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
FOR I=1 TO 5 DO
FOR J=1 TO I DO
PRINT("*";)
END FOR
PRINT
END FOR