RosettaCodeData/Task/Loops-For/SPL/loops-for.spl
2017-09-25 22:28:19 +02:00

6 lines
64 B
Text

> i, 1..5
> j, 1..i
#.output("*",#.rs)
<
#.output()
<