lua-users home
lua-l archive

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


On Nov 2, 2011, at 10:39 PM, Daniel Hertrich wrote:

> Is there some solution like this for Lua, too? I have not found one yet.

In 5.2:

print
(
  'hello',
  'world'
)