Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 27720668ed39efabc761b872525e01e38850541c
https://github.com/perl6/specs/commit/27720668ed39efabc761b872525e01e38850541c
Author: Larry Wall <[email protected]>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M S04-control.pod
Log Message:
-----------
all loops but 'for' default to sink
At statement level, all loops used to default to eager. That behavior is
now reserved to 'for' loops, and all other statement loops default to 'sink'.