|
|
||
|
On Dec 18, 2009, at 6:45 PM, Fabien wrote:
> Which is the main reason why parentheses around table arguments are made
> optional:
> f{ a=b, c=d }
I like my parentheses around my function calls, thank you very much :)
Ditto for strings:
print'bla' vs. print( 'bla' )