[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: weird (?) issue
- From: Nevin Flanagan <Alestane@...>
- Date: Wed, 7 Dec 2011 11:35:15 -0500
> print ( 'hello %s' ):format( 'world' )
This reads as
(print('hello %s')):format('world')
and the result of print is always nil.
Regards,
Nevin