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

3 lines
87 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
for [i 1 5] [repeat :i [type "*] (print)]
repeat 5 [repeat repcount [type "*] (print)]