[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua code lines spanning several lines
- From: Petite Abeille <petite.abeille@...>
- Date: Wed, 2 Nov 2011 22:43:08 +0100
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'
)