[svn:parrot] r42230 - trunk/docs/book/draft

allison at svn.parrot.org allison at svn.parrot.org
Tue Nov 3 01:08:50 UTC 2009


Author: allison
Date: Tue Nov  3 01:08:47 2009
New Revision: 42230
URL: https://trac.parrot.org/parrot/changeset/42230

Log:
[cage] Remove some references to "compilation unit" in draft book chapters.

Modified:
   trunk/docs/book/draft/ch11_directive_reference.pod

Modified: trunk/docs/book/draft/ch11_directive_reference.pod
==============================================================================
--- trunk/docs/book/draft/ch11_directive_reference.pod	Mon Nov  2 19:23:26 2009	(r42229)
+++ trunk/docs/book/draft/ch11_directive_reference.pod	Tue Nov  3 01:08:47 2009	(r42230)
@@ -41,7 +41,7 @@
 
   .emit
 
-Define a compilation unit of PASM code. Always paired with C<.eom>.
+Define a block of PASM code. Always paired with C<.eom>.
 
 =head3 .end
 
@@ -49,7 +49,7 @@
 
   .end
 
-End a compilation unit. Always paired with C<.sub>.
+End a subroutine. Always paired with C<.sub>.
 
 =head3 .endm
 
@@ -65,7 +65,7 @@
 
   .eom
 
-End a compilation unit of PASM code. Always paired with C<.emit>.
+End a block of PASM code. Always paired with C<.emit>.
 
 =head3 .flatten_arg
 
@@ -208,7 +208,7 @@
 
   .sub R<NAME>
 
-Define a compilation unit. Always paired with C<.end>. Names begin
+Define a subroutine. Always paired with C<.end>. Names begin
 with "C<_>" by convention.
 
 =head3 .sym


More information about the parrot-commits mailing list