From 2387578626a1648966c2c35375cd1f7dc94287bc Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Thu, 19 Dec 2013 17:40:46 -0800 Subject: [PATCH] mention that we force sink context on some loops --- S07-lists.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/S07-lists.pod b/S07-lists.pod index a322ad84d..68a87fb60 100644 --- a/S07-lists.pod +++ b/S07-lists.pod @@ -247,6 +247,9 @@ that is "known infinite" or upon reaching the end of the sequence. The C loop and looping routines such as C, C, etc. are Mostly Lazy by default, but will be eager when evaluated in sink context. +(Note, however, that we force C, C, C, C and +C loops to always be in sink context when used as a statement within +a statementlist.) =item Slurpy parameters