[ create a new paste ] login | about

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

Lua, pasted on Oct 14:
1
for i=1,4 do print('Happy Birthday '..(i==3 and'Dear Lua'or'to You'))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: