3 9 1
let x0 = 0
let x1 = 1
let x2 = 42
while x0 != x2 exit 6
let x0 = x0 + x1
next
let x2 = x0 + x1
rem output should be 43
end
