RosettaCodeData/Task/Loops-For/TAV/loops-for-1.tav
2025-08-11 18:05:26 -07:00

4 lines
84 B
Text

?# i =: from 1 upto 5
?# j =: from 1 upto i
print '*' nonl
print ''