[ create a new paste ] login | about

Link: http://codepad.org/6hXxzUjP    [ raw code | output | fork ]

Lua, pasted on Oct 14:
1
p=print for i=1,4 do io.write'Happy Birthday 'if i==3 then p'Dear Lua'else p'to You'end end


Output:
1
2
3
4
Happy Birthday to You
Happy Birthday to You
Happy Birthday Dear Lua
Happy Birthday to You


Create a new paste based on this one


Comments: