RosettaCodeData/Task/Loops-For/TAV/loops-for-3.tav

5 lines
82 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
?# i =: from 0 upto 5
?# j =: from 1 upto i
print j nonl
print ''