r3863: Auto commit for Debian build
[lml.git] / doc / readme.lml
index 935092e560bfcf1f3ecc43c9e5dd63a9dacdcbf7..5e153716722012c036055ab001ec6d947015a1fa 100644 (file)
  (b
    (loop as x from 1 to 5 
      doing
-     (lml-print \" ~D\" (* x x))))"))
+     (lml-format \" ~D\" (* x x))))"))
        (td
        (i "The square of the first five integers are")
        (b
         (loop as x from 1 to 5 
               doing
-              (lml-print " ~D" (* x x))))))
+              (lml-format " ~D" (* x x))))))
       ))
     (hr)
     (p [View this page's ,(a :href "http://lml.b9.com/" "LML") ,(a :href "readme.lml" "source").])