[ create a new paste ] login | about

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

Lua, pasted on Aug 28:
1
2
3
local formats = string.format
local draw = formats("%s", "Hello world!")
print(draw)


Output:
1
Hello world!


Create a new paste based on this one


Comments: