Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: b4e7bc1638b1a8e1beb5b873bff0838d99c6e2f2
      
https://github.com/perl6/specs/commit/b4e7bc1638b1a8e1beb5b873bff0838d99c6e2f2
  Author: Larry Wall <la...@wall.org>
  Date:   2011-06-23 (Thu, 23 Jun 2011)

  Changed paths:
    M S04-control.pod

  Log Message:
  -----------
  gather/take is lexotic with dynamic fallback

We have to allow for implementations and libraries to use gather/take
internally.  To preserve the sanity of the user in such cases,
we need gather/take to behave lexotically, so that if you use take
in the lexical scope of a gather, it always goes to *that* gather,
even if the take is inside a closure that is passed into the scope
of another gather.


Reply via email to