The Golden Ratio by primo

h={}for c=2e3,8,-4 do
for b=c,0,-2 do
c=c+c*b+10*(h[b]or 18)g=b>0 and b*5 or 18
h[b]=c%g
c=(c-c%g)/g
end
io.write(c>9 and 1.6 or c)end

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

download

return to the top page