You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
01> var1 = 3
02> i = 0
03> x = 3
04> temp1 = i > x
05> gotoif(temp1, 12)
06> temp1 = i > x
07> temp2 = var1 * i
08> x = temp2
09> temp3 = i + 1
10> i = temp3
11> goto(5)
12>