And while we are in the maybes
prints 3. That's kinda what I'd expect from a language that more or less uses the newline character as the statement terminator. But evenx = 1 + 2 + 3 puts x
prints 3. (Sorry? How???)x = (1 + 2 + 3)
on the other hand errors out with "syntax error, unexpected tUPLUS, expecting ')'". Lovely. Choose between the two ugly optionsx = foo(1 + 2 + 3)
andx = foo(1 + 2 + 3)
x = foo(1 + 2 \ + 3)
In reply to Re^3: What's wrong with Perl 6?
by Jenda
in thread What's wrong with Perl 6?
by duff
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |