Another one:
Code:
local foo q1 q2 q3 q4 q5 q6 q7 q8 q9
gettoken this rest : foo
while "`this'" != "" {
di "`this'"
gettoken this rest : rest
}

Comment