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 :)