Mercurial > urweb
view tests/ooo.ur @ 2277:6bce459ca581
Add new files missing from previous commit.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 09 Nov 2015 13:38:04 -0500 |
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>