3 7 1
let x0 = 0
let x1 = 1
let x2 = 42
while x0 >= x1 exit +2
end
rem output should be stack underflow
next
