Author: bernhard
Date: Tue Dec 30 04:47:41 2008
New Revision: 34639
Modified:
trunk/docs/user/pir/pp003-oop.pod
Log:
[docs] use 'say' instead of 'print' in two code examples
Modified: trunk/docs/user/pir/pp003-oop.pod
==============================================================================
--- trunk/docs/user/pir/pp003-oop.pod (original)
+++ trunk/docs/user/pir/pp003-oop.pod Tue Dec 30 04:47:41 2008
@@ -40,13 +40,13 @@
.namespace [ "Person" ]
.sub run
- print "Run Forrest, Run!\n"
+ say "Run Forrest, Run!"
.end
.namespace [ "Process" ]
.sub run
- print "Running process #53\n"
+ say "Running process #53"
.end
As you might guess, the C<.namespace> directive tells Parrot