RosettaCodeData/Task/Loops-For/Logo/loops-for.logo

3 lines
87 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
for [i 1 5] [repeat :i [type "*] (print)]
repeat 5 [repeat repcount [type "*] (print)]