Mercurial > urweb
view demo/link.ur @ 1523:52fbd8534ef3
Remove some GCC-specific identifier choice and documentation
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 02 Aug 2011 14:45:19 -0400 |
parents | 6a0e54400805 |
children |
line wrap: on
line source
fun target () = return <xml><body> Welcome! </body></xml> fun main () = return <xml><body> <a link={target ()}>Go there</a> </body></xml>