Mercurial > urweb
annotate tests/name.ur @ 1487:290de2dcecf6
Add client-side Basis.now and pretty-printing of times
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 06 Jul 2011 08:35:31 -0400 |
parents | 83b1853d1e58 |
children |
rev | line source |
---|---|
adamc@1259 | 1 fun hello name = return <xml>{[name]}</xml> |