RosettaCodeData/Task/Loops-For/SPL/loops-for.spl
2023-07-01 13:44:08 -04:00

6 lines
64 B
Text

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