diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-20 12:51:25 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-20 12:51:25 -0800 |
commit | 58fa8dd67971b2ea0ebb2777d912bb2738974810 (patch) | |
tree | 9e547e9604fb622e638a84d3a72f5c2fedce5420 | |
parent | 35e9e76cd262cd67719019199cc7dd84ffc43aac (diff) | |
download | txr-58fa8dd67971b2ea0ebb2777d912bb2738974810.tar.gz txr-58fa8dd67971b2ea0ebb2777d912bb2738974810.tar.bz2 txr-58fa8dd67971b2ea0ebb2777d912bb2738974810.zip |
Remove unnecessary text.
-rw-r--r-- | txr.1 | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1663,12 +1663,9 @@ associated with a block (is not "in scope"). A block which is not contained in any subquery extends to the end of the overall query. Blocks are never terminated by @(end). -The implicit anonymous blocks introduced by @(skip) has the same scope -as the @(skip): it extends over all of the material which follows the skip, to the end of the containing subquery. - -The scope of the implicit anonymous block introduced by @(collect) spans only -that collect coincides with the scope of that collect: from the @(collect) -to its matching @(end). +The implicit anonymous block introduced by @(skip) has the same scope +as the @(skip): they extends over all of the material which follows the skip, +to the end of the containing subquery. .SS Block Nesting |