You know, you will get more help if you're code is actually readable. (Indenting, not one-word-per-line)
Anyway, what are you trying to accomplish with that "until"? "until" is used like this:
repeat block until exp
It's basically a reverse "while" loop
