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