Author: bernhard
Date: Mon Dec 22 14:06:01 2008
New Revision: 34259

Modified:
   trunk/docs/pdds/pdd21_namespaces.pod

Changes in other areas also in this revision:
Modified:
   trunk/NEWS
   trunk/languages/pipp/CREDITS
   trunk/languages/pipp/src/pct/actions.pm
   trunk/languages/pipp/src/pct/grammar.pg
   trunk/languages/pipp/t/php/control_flow.t

Log:
[Pipp] Support for do-while
Courtesy of Daniel Keane.


Modified: trunk/docs/pdds/pdd21_namespaces.pod
==============================================================================
--- trunk/docs/pdds/pdd21_namespaces.pod        (original)
+++ trunk/docs/pdds/pdd21_namespaces.pod        Mon Dec 22 14:06:01 2008
@@ -84,7 +84,7 @@
 
   $P0 = get_root_namespace
 
-This root namespace is called C<'parrot'>.
+This root namespace stringifies to the empty string.
 
 =item HLL Root Namespaces
 
@@ -98,6 +98,8 @@
 unicode encoding.  The reasons for these restrictions is to allow compilers
 to remain completely ignorant of each other.
 
+Parrot internals are stored in the default HLL root namespace C<parrot>.
+
 =item HLL Implementation Namespaces
 
 Each HLL must store implementation internals (private items) in an HLL

Reply via email to