summaryrefslogtreecommitdiff
path: root/tests/both.ur
blob: d1c9f40e36c9b8f452aaf7e27dda039eedea8a07 (plain)
1
2
3
4
5
6
7
8
9
fun main () : transaction page = return <xml>
 <body>
   <form>
     <textbox{#Text}/><submit action={submit}/>
   </form>
 </body>
</xml>

and submit r = return <xml/>