let a: I64 = 0 let b: I64 = 1 let temp: I64 = 0 while a < 10000 print a temp = a b = temp + b