Mercurial > urweb
view tests/rewrite.ur @ 2097:9272476e2a1c
Client-side conversion of string to bool
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 25 Dec 2014 18:32:27 -0500 |
parents | 3b7e46790fa7 |
children |
line wrap: on
line source
table t : { A : int } fun other () = return <xml><body> Other </body></xml> fun main () = return <xml><body> <a link={other ()}>Hi!</a> </body></xml>