8 lines
106 B
Text
8 lines
106 B
Text
|
|
rep "answer",3
|
||
|
|
|
||
|
|
command rep x,n
|
||
|
|
repeat n times
|
||
|
|
do merge("[[x]] [[n]]")
|
||
|
|
end repeat
|
||
|
|
end rep
|