7 lines
61 B
Text
7 lines
61 B
Text
|
|
Red[]
|
||
|
|
|
||
|
|
repeat i 5 [
|
||
|
|
loop i [prin "*"]
|
||
|
|
prin newline
|
||
|
|
]
|