one=1
two=1
For n = 1 to 100
Print one
print two
one=one + two
two=two + one
next n
Thursday, November 18, 2010
Subscribe to:
Post Comments (Atom)
This is a set of small programs in Basic-256, related to various topics. Just copy,paste and run. Note : Sometimes programs do not run in recent BASIC 256 versions.
No comments:
Post a Comment