A familiar face by twobit

a=1
b=1
for i=1,9 do
print(("123456789ABCDEFGHIJKLMNOPQRSTUVWXY"):sub(1,a))a,b=b,a+b
end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page