8 lines
394 B
Text
8 lines
394 B
Text
# -1 because we are repeating, so the initial command counts as one
|
|
<user.ordinals>: core.repeat_command(ordinals - 1)
|
|
<number_small> times: core.repeat_command(number_small - 1)
|
|
(repeat that | twice): core.repeat_command(1)
|
|
repeat that <number_small> [times]: core.repeat_command(number_small)
|
|
|
|
(repeat phrase | again) [<number_small> times]:
|
|
core.repeat_partial_phrase(number_small or 1)
|