[svn:parrot] r37664 - trunk/docs/book

coke at svn.parrot.org coke at svn.parrot.org
Tue Mar 24 02:57:59 UTC 2009


Author: coke
Date: Tue Mar 24 02:57:59 2009
New Revision: 37664
URL: https://trac.parrot.org/parrot/changeset/37664

Log:
[docs/t] add another PASM block to test.

Modified:
   trunk/docs/book/ch02_getting_started.pod

Modified: trunk/docs/book/ch02_getting_started.pod
==============================================================================
--- trunk/docs/book/ch02_getting_started.pod	Tue Mar 24 02:57:29 2009	(r37663)
+++ trunk/docs/book/ch02_getting_started.pod	Tue Mar 24 02:57:59 2009	(r37664)
@@ -27,9 +27,13 @@
 files are written in primative Parrot Assembly Language (PASM) which is a
 low-level programming interface to Parrot.
 
+=begin PASM
+
   print "He's pining for the fjords.\n"
   end
 
+=end PASM
+
 Now run this file with:
 
   $ ./parrot fjord.pasm


More information about the parrot-commits mailing list