Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: d1d502fb7118771016f626132562252f2e4b55a7
      
https://github.com/perl6/specs/commit/d1d502fb7118771016f626132562252f2e4b55a7
  Author: Tobias Leich <em...@froggs.de>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
    M S02-bits.pod
    M S12-objects.pod

  Log Message:
  -----------
  remove an Exception To The Rule about blocks in method calls

Bare blocks and pointies are now normal arguments in a method call
introduced by a colon. Their right curly will still terminate a
statement when a newline is following, but a method call attached
to the block is now called on the block itself, rather than on the
term on the left of the block.
It is easier to add parens to get the other meaning, but it is hard
to remove implicit parens as the design docs status up to now.


Reply via email to