RosettaCodeData/Task/Loops-For/Rye/loops-for.rye
2026-04-30 12:34:36 -04:00

4 lines
54 B
Text

loop 5 {
.inc .loop { prn "*" }
prn newline
}