/help /while

Basic syntax:
Code:
var %i 1
while (%i <= $numtok($1-,32)) { 
var %token $gettok($1-,%i,32)
inc %i
}