[svn:parrot] r46867 - trunk/docs/pdds/draft
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Fri May 21 19:13:51 UTC 2010
Author: pmichaud
Date: Fri May 21 19:13:51 2010
New Revision: 46867
URL: https://trac.parrot.org/parrot/changeset/46867
Log:
[docs] Note in pdd31 that eval() also passes along its slurpy args
to the evaluated code.
Modified:
trunk/docs/pdds/draft/pdd31_hll.pod
Modified: trunk/docs/pdds/draft/pdd31_hll.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd31_hll.pod Fri May 21 18:59:22 2010 (r46866)
+++ trunk/docs/pdds/draft/pdd31_hll.pod Fri May 21 19:13:51 2010 (r46867)
@@ -77,11 +77,11 @@
=item C<eval>
- $P0 = compiler.'eval'(source [, options :named :slurpy])
+ $P0 = compiler.'eval'(source [, args :slurpy] [, options :named :slurpy])
Compile and evaluate (execute) the code given by C<source>
-according to C<options>. The available options are generally
-the same as for the C<compile> method above; in particular,
+with C<args> and according to C<options>. The available options
+are generally the same as for the C<compile> method above; in particular,
the C<outer_ctx> option can be used to specify the outer lexical
context for the evaluated source.
More information about the parrot-commits
mailing list