X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.lml;h=3c99494093c0342f1f16b916d2201b81509c0e19;hb=baab0724ae6b89da695994a9ca394b47a0559dc4;hp=e4fd90b9a3ad9bd6082f70c187b695ddb4285482;hpb=3028bb27f2f4fa1f8f5234c9a2e3b5bd80f602b6;p=lml2.git diff --git a/doc/readme.lml b/doc/readme.lml index e4fd90b..3c99494 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -72,11 +72,11 @@ (: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