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