Ah ok. I was going to say, if I had to worry about not making stupid scripting mistakes, I'd be in serious trouble! grin

Code:
var %x = 1
while (%x > 1) {
echo -a oops!
inc %x
}

grin