X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.lml;fp=doc%2Freadme.lml;h=478d1d9a1a931c97d69406074df15667ecb403b6;hb=d5d00b4cf4b4533884982c4fbc10189b19fb737e;hp=f43c809de00b3f00b52c08b7dd076a265313a2d7;hpb=3e2b38a582f3b17eb3d80aa828f8f078b0a1f976;p=lml.git diff --git a/doc/readme.lml b/doc/readme.lml index f43c809..478d1d9 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -38,19 +38,22 @@ "in the LML package.") (h2 "Examples") - (table - (tbody :border 1 + (table :border 1 :cellpadding 3 + (tbody (tr - (td :colspan 2 :style "color:000;background-color:ccc;font-weight:bold;" "Iteration")) + (td :colspan 2 :style "color:#000;background-color:#ccc;font-weight:bold;" "Iteration")) (tr (td (pre -"\"The square of the first five integers are\" - (loop as x from 1 to 5 - doing - (lml-print \" ~D\" (* x x)))")) +"(i \"The square of the first five integers are)\" + (b + (loop as x from 1 to 5 + doing + (lml-print \" ~D\" (* x x))))")) (td - (loop as x from 1 to 5 - doing - (lml-print " ~D" (* x x))))) + (i "The square of the first five integers are") + (b + (loop as x from 1 to 5 + doing + (lml-print " ~D" (* x x)))))) ))))