[svn:parrot] r37598 - trunk/docs

coke at svn.parrot.org coke at svn.parrot.org
Thu Mar 19 19:46:19 UTC 2009


Author: coke
Date: Thu Mar 19 19:46:18 2009
New Revision: 37598
URL: https://trac.parrot.org/parrot/changeset/37598

Log:
remove reference to old syntax

Modified:
   trunk/docs/compiler_faq.pod

Modified: trunk/docs/compiler_faq.pod
==============================================================================
--- trunk/docs/compiler_faq.pod	Thu Mar 19 19:11:07 2009	(r37597)
+++ trunk/docs/compiler_faq.pod	Thu Mar 19 19:46:18 2009	(r37598)
@@ -36,8 +36,8 @@
    $P0( $P1, $P2, $P3 )
 
 where $P0 is the function object, and $P1, $P2, and $P3 are its
-parameters. You can also use a function's label in place of the
-object:
+parameters. You can also use a function's name in place of the
+object, as long as it's in the same namespace.
 
    somefunctionlabel( $P1, $P2, $P3 )
 


More information about the parrot-commits mailing list