hello hello world by twobit

s=" world"t={s," hello",s.."!"}for i=0,99 do
while i>0 do
q=i%3
i=(i-q)/3
s=t[q+1]..s
end
print(s:sub(2))s=""end

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

download

return to the top page