fun main[] sum = 0 i = (sum + 10) * 5 while (i + 3 < 10) sum = sum + call fib[i] i = i + 1 end @sum end