r5205: *** empty log message ***
[lml2.git] / doc / readme.lml
index e4fd90b9a3ad9bd6082f70c187b695ddb4285482..3c99494093c0342f1f16b916d2201b81509c0e19 100644 (file)
        (:td 
        (:pre
 "(html
-   (:i \"The square of the first five integers are: )\"
+   (:i \"The square of the first five integers are: \")
    (:b
    (loop as x from 1 to 5 
      doing
-     (lml-format \" ~D\" (* x x))))"))
+     (lml-format \" ~D\" (* x x)))))"))
        (:td
        (:i "The square of the first five integers are: ")
        (:b