RosettaCodeData/Task/Loops-For/Brat/loops-for.brat

7 lines
63 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
1.to 5, { i |
1.to i, { j |
print "*"
}
print "\n"
}