3 lines
87 B
Text
3 lines
87 B
Text
|
|
for [i 1 5] [repeat :i [type "*] (print)]
|
||
|
|
repeat 5 [repeat repcount [type "*] (print)]
|