alias repeating {
var %repeat $1
var %word $2-
while (%repeat) {
echo %word
dec %repeat
}
}
/repeating <number of times> <sentence>