Re: Re[2]: Whitespace (Was: [RELEASE] Pugs 6.2.9 released!)

2005-08-04 Thread Carl Franks
> > why do we have to give up a space when calling functions under Pugs? > > >> Not sure whether it's enough of an answer, but see: > >> http://dev.perl.org/perl6/doc/design/syn/S04.html#Statement_parsing > > it says: > > if $term ($x) # syntax error (two terms in a row) > > if this ca

Re[2]: Whitespace (Was: [RELEASE] Pugs 6.2.9 released!)

2005-08-04 Thread Andrew Shitov
> why do we have to give up a space when calling functions under Pugs? >> Not sure whether it's enough of an answer, but see: >> http://dev.perl.org/perl6/doc/design/syn/S04.html#Statement_parsing it says: if $term ($x) # syntax error (two terms in a row) if this cause an error, why not