Fibonacci numbers in W
Example for versions
W 1.1.0
REF "Runtime.IO"
Item x = 1
Item y = 1
Type(x)
Repeat 15
[
Type(y)
Item z = x + y
x = y
y = z
]
Comments
]]>blog comments powered by Disqus
]]>