perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r20972 - trunk/examples/tutorial

Subject: [svn:parrot] r20972 - trunk/examples/tutorial
From:
Date: Fri, 31 Aug 2007 15:02:52 -0700 PDT
Newsgroups: perl.cvs.parrot

Author: bernhard
Date: Fri Aug 31 15:02:51 2007
New Revision: 20972

Modified:
   trunk/examples/tutorial/51_if_unless.pir

Log:
Repair POD.


Modified: trunk/examples/tutorial/51_if_unless.pir
==============================================================================
--- trunk/examples/tutorial/51_if_unless.pir    (original)
+++ trunk/examples/tutorial/51_if_unless.pir    Fri Aug 31 15:02:51 2007
@@ -6,6 +6,8 @@
 
 Truth is fairly simple to determine.
 
+=over 4
+
 =item Integers
 
 0 is false, any other number is true.
@@ -22,6 +24,8 @@
 
 The "truthiness" of a PMC depends on how it implements its vtable method 
C<get_boolean>.
 
+=back
+
 =cut
 
 .sub main :main

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r20972 - trunk/examples/tutorial, bernhard <=