Name: Anonymous 2013-08-01 16:07
screen 12
dim as integer i = 0
dim as ulongint a = 0, b = 1, c = 0
input "? ", i
while i >= 0
print a; " ";
c = b
b = a + b
a = c
i -= 1
wend
sleepAnd they said BASIC wasn't useful for anything.