[svn:parrot] r37485 - trunk/docs/pdds

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Mon Mar 16 16:13:50 UTC 2009


Author: pmichaud
Date: Mon Mar 16 16:13:50 2009
New Revision: 37485
URL: https://trac.parrot.org/parrot/changeset/37485

Log:
[pct]:  Add documentation of subid attribute for PAST::Block to pdd26.

Modified:
   trunk/docs/pdds/pdd26_ast.pod

Modified: trunk/docs/pdds/pdd26_ast.pod
==============================================================================
--- trunk/docs/pdds/pdd26_ast.pod	Mon Mar 16 15:57:07 2009	(r37484)
+++ trunk/docs/pdds/pdd26_ast.pod	Mon Mar 16 16:13:50 2009	(r37485)
@@ -525,6 +525,12 @@
 to specify the C<scope> attribute to be used for all
 variable nodes that don't otherwise provide one.
 
+=item subid([value])
+
+Get/set the unique subid to be used for this block.  If
+no subid is explicitly set, a unique subid is randomly
+generated for the block.
+
 =item pirflags([value])
 
 Get/set any PIR flags to be used when generating the block.


More information about the parrot-commits mailing list