lua-users home
lua-l archive

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


On Dec 7, 2011, at 5:35 PM, Nevin Flanagan wrote:

>> print ( 'hello %s' ):format( 'world' )
> 
> This reads as 
> 
> (print('hello %s')):format('world')

Ah, yes, right you are. Perhaps a case of too much syntax sugar all at once :)