lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> For example:
> 
> Lua 5.2.3  Copyright (C) 1994-2013 Lua.org, PUC-Rio
> > setmetatable(_ENV, {__newindex = function(t,k,v) if k == "out" then io.write(v) end end}) out,out,out = "what","the","fuck"
> fuckthewhat>

Let us talk about language: Please keep your language appropriate
for our discussion list. You are talking to hundreds of
strangers that may not share your particular way of swearing.

Thanks,

-- Roberto