[Gd-chatter] r10934 - trunk/www/fragments

cgay at gwydiondylan.org cgay at gwydiondylan.org
Mon Oct 23 04:00:52 CEST 2006


Author: cgay
Date: Mon Oct 23 04:00:50 2006
New Revision: 10934

Modified:
   trunk/www/fragments/keywords.phtml
Log:
job: website
Fixed formatting.


Modified: trunk/www/fragments/keywords.phtml
==============================================================================
--- trunk/www/fragments/keywords.phtml	(original)
+++ trunk/www/fragments/keywords.phtml	Mon Oct 23 04:00:50 2006
@@ -19,15 +19,19 @@
   end if;
   format(*standard-output*, "}");
 end function;
+</PRE></BLOCKQUOTE>
 
 <P>This method could be invoked in one of several ways.  The first
 specifies no keyword arguments, and exhibits the default behavior:</P>
     
+<BLOCKQUOTE><PRE>
 describe-list(#(1, 2, 3, 4, 5, 6));
 // prints "{a &lt;list>, size: 6}"
+</PRE></BLOCKQUOTE>
 
 <P>Alternatively, the <STRONG>verbose?</STRONG> keyword argument could
 be used to indicate the 'verbose' behavior was desired:</P>
+<BLOCKQUOTE><PRE>
 describe-list(#(5, 7, 3), verbose?: #t);
 // prints "{a &lt;list>, size: 3, elements: 5 7 3}"
 </PRE></BLOCKQUOTE>



More information about the chatter mailing list