develooper Front page | perl.perl6.language | Postings from July 2008

[svn:perl6-synopsis] r14565 - doc/trunk/design/syn

From:
larry
Date:
July 16, 2008 23:26
Subject:
[svn:perl6-synopsis] r14565 - doc/trunk/design/syn
Author: larry
Date: Wed Jul 16 23:26:04 2008
New Revision: 14565

Modified:
   doc/trunk/design/syn/S04.pod

Log:
clarification suggested by Bob Rogers++


Modified: doc/trunk/design/syn/S04.pod
==============================================================================
--- doc/trunk/design/syn/S04.pod	(original)
+++ doc/trunk/design/syn/S04.pod	Wed Jul 16 23:26:04 2008
@@ -1276,8 +1276,8 @@
 symbol tables visible at compile time, this binds to the compile-time
 view of the lexical scopes.  (At run-time, the initial run-time view
 of these scopes is copied from the compiler's view of them, so that
-initializations carry over, for instance.)  At run time, whenever such
-a subroutine needs to be cloned, an additional C<:=> binding is done
+initializations carry over, for instance.)  At run time, when such
+a subroutine is cloned, an additional C<:=> binding is done
 at clone time to the same symbol table entry that the original C<::=>
 was bound to.  (The binding is not restored on exit from the current
 lexical scope; this C<:=> binding records the I<last> cloning, not



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About