[svn:parrot] r39849 - trunk/docs/book/pir

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Tue Jun 30 21:37:59 UTC 2009


Author: Infinoid
Date: Tue Jun 30 21:37:59 2009
New Revision: 39849
URL: https://trac.parrot.org/parrot/changeset/39849

Log:
Apply patch from mikehh++:
PATCH for codetest failure at r38947

Modified:
   trunk/docs/book/pir/ch06_subroutines.pod

Modified: trunk/docs/book/pir/ch06_subroutines.pod
==============================================================================
--- trunk/docs/book/pir/ch06_subroutines.pod	Tue Jun 30 21:37:52 2009	(r39848)
+++ trunk/docs/book/pir/ch06_subroutines.pod	Tue Jun 30 21:37:59 2009	(r39849)
@@ -623,9 +623,9 @@
 a scope for lexical variables.
 
 While Parrot stores global variables in namespaces, it stores lexical variables
-in lexical padsN<Think of a pad like a box to hold a collection of lexical variables.>.  Each lexical scope has its own
-pad. The C<store_lex> opcode stores a lexical variable in the current pad.  The
-C<find_lex> opcode retrieves a variable from the current pad:
+in lexical padsN<Think of a pad like a box to hold a collection of lexical variables.>.
+Each lexical scope has its own pad. The C<store_lex> opcode stores a lexical variable
+in the current pad.  The C<find_lex> opcode retrieves a variable from the current pad:
 
 =begin PIR_FRAGMENT
 


More information about the parrot-commits mailing list