[svn:parrot] r39689 - trunk/docs/user/pir

japhb at svn.parrot.org japhb at svn.parrot.org
Sun Jun 21 17:36:41 UTC 2009


Author: japhb
Date: Sun Jun 21 17:36:39 2009
New Revision: 39689
URL: https://trac.parrot.org/parrot/changeset/39689

Log:
[docs] objects.pod: Fix semantic error in paradigm shift (that worked by luck)

Modified:
   trunk/docs/user/pir/objects.pod

Modified: trunk/docs/user/pir/objects.pod
==============================================================================
--- trunk/docs/user/pir/objects.pod	Sun Jun 21 15:42:11 2009	(r39688)
+++ trunk/docs/user/pir/objects.pod	Sun Jun 21 17:36:39 2009	(r39689)
@@ -383,7 +383,7 @@
 
     .sub getname :method
         $P0 = getattribute self, "name"
-        print $P0
+        .return($P0)
     .end
 
     .sub speak :method


More information about the parrot-commits mailing list