summaryrefslogtreecommitdiff
path: root/tests/ooo.ur
blob: 5401fa704634b88659c50ab222a821f075cee38c (plain)
1
2
3
4
5
6
7
8
fun main () : transaction page =
    s <- source "Hi";
    return <xml><body>
      <form>
        <textbox{#A} source={s}/>
        Change it up!
      </form>
    </body></xml>