|
|
|
|
|
by Joker_vD
119 days ago
|
|
My apologies, it should've been (if you insist on indentation) let a, b, c = 0, 1, 0
fb_start:
writen(a)
b +:= a
a :=
b - a
c +:= 1
if c < 100 do
goto fb-start
Would you care to elaborate about brackets helping with tracking the order of execution? I'm really curious about that part. |
|