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