Author: particle
Date: Wed Apr 12 09:41:22 2006
New Revision: 12189

Modified:
   trunk/docs/pdds/pdd21_namespaces.pod

Log:
[PDD21]
~ namespaces passed to "{find,store}_global" ops are relative to HLL namespace

Modified: trunk/docs/pdds/pdd21_namespaces.pod
==============================================================================
--- trunk/docs/pdds/pdd21_namespaces.pod        (original)
+++ trunk/docs/pdds/pdd21_namespaces.pod        Wed Apr 12 09:41:22 2006
@@ -261,7 +261,8 @@
 
 =item $P0 = find_global $S0
 
-Find the variable $S0 in $P1 or the current namespace.
+Find the variable $S0 in the current namespace, or in $P1, relative to the
+HLL namespace.
 
 =item $P0 = get_namespace $P1
 
@@ -281,7 +282,8 @@
 
 =item store_global $S0, $P0
 
-Store $P0 as the variable $S0 in $P1 or the current namespace.
+Store $P0 as the variable $S0 in the current namespace, or in $P1, relative
+to the HLL namespace.
 
 =back
 

Reply via email to