@@ -1,6 +1,8 @@
let a = 5
let b = 7
print(b - a)
a = 4
print(b)
let a = 0
let b = 1
let temp = 0
while a < 10000
print a
temp = a
b = temp + b
The note is not visible to the blocked user.