4 lines
64 B
Text
4 lines
64 B
Text
|
|
DEFINE repeat == "" rotate [concat] cons times.
|
||
|
|
|
||
|
|
"ha" 5 repeat.
|