Mercurial > urweb
view tests/ooo.ur @ 1210:c5bd970e77a5
Parsing more comparison operators
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 06 Apr 2010 12:04:08 -0400 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>