lua-users home
lua-l archive

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



Lua 5.1.2  Copyright (C) 1994-2007 Lua.org, PUC-Rio
> getmetatable('').__call = print
> ("Hello")"hello"
Hello   hello
>

-- Fabien.