[svn:parrot] r37630 - trunk/docs/book
coke at svn.parrot.org
coke at svn.parrot.org
Sun Mar 22 00:18:44 UTC 2009
Author: coke
Date: Sun Mar 22 00:18:43 2009
New Revision: 37630
URL: https://trac.parrot.org/parrot/changeset/37630
Log:
[t/docs] - This code actually works, un TODO it.
Modified:
trunk/docs/book/ch05_pasm.pod
Modified: trunk/docs/book/ch05_pasm.pod
==============================================================================
--- trunk/docs/book/ch05_pasm.pod Sun Mar 22 00:15:47 2009 (r37629)
+++ trunk/docs/book/ch05_pasm.pod Sun Mar 22 00:18:43 2009 (r37630)
@@ -2894,11 +2894,11 @@
or
-=begin PASM TODO
+=begin PASM
getattribute P10, P2, "Foo\x0.i" # named get
-=end PASM TODO
+=end PASM
To set the value of an attribute PMC, first retrieve it with
C<getattribute> and then assign to the returned PMC. Because PMC
More information about the parrot-commits
mailing list