[svn:parrot] r37597 - trunk/docs
coke at svn.parrot.org
coke at svn.parrot.org
Thu Mar 19 19:11:08 UTC 2009
Author: coke
Date: Thu Mar 19 19:11:07 2009
New Revision: 37597
URL: https://trac.parrot.org/parrot/changeset/37597
Log:
Remove reference to long-gone syntax.
Modified:
trunk/docs/compiler_faq.pod
Modified: trunk/docs/compiler_faq.pod
==============================================================================
--- trunk/docs/compiler_faq.pod Thu Mar 19 13:57:40 2009 (r37596)
+++ trunk/docs/compiler_faq.pod Thu Mar 19 19:11:07 2009 (r37597)
@@ -187,11 +187,7 @@
=head2 How do I fetch a variable from the global namespace?
-There are two possible ways. Either use the special PIR syntax:
-
- $P0 = global 'name_of_the_global'
-
-or the C<get_root_global> or C<get_hll_global> op:
+Use the C<get_root_global> or C<get_hll_global> op:
get_hll_global $P0, ['name'; 'space'], 'name_of_the_global'
get_hll_global $P1, 'name_of_the_global'
More information about the parrot-commits
mailing list