A familiar face by AndoDaan

a='123456789ABCDEFGHIJKLMNOPQRSTUVWXY'b,c=0,1 for _=1,9 do print(a:sub(1,c))c=c+b b=c-b end

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

download

return to the top page