lua-users home
lua-l archive

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


> print ( 'hello %s' ):format( 'world' )

This reads as 

(print('hello %s')):format('world')

and the result of print is always nil.

Regards,
Nevin