You'll need to give more detail than that. Stop what? Are you incrementing in a loop? If that's what you're doing, then it would look something like this
Code:
var %a = 1
while (%a < 10) {
echo -a %a
inc %a

Since you didn't provide much detail, I'm not sure what you're asking. Clarify it a little so we know what to help with.