;; this servlet shows another way to create ;; lists and tables (servlet () { list/table demo

Here is a servlet generate list

    [(lis {class="a"} `(mon tue wed thu fri sat sun) )]



[(trs {class= "b"} `( ( 9 - - - - - - ) (10 gym - gym - - - ) ) ) ] } )
sun mon tue wed thu fri sat