Mercurial > urweb
view tests/ooo.ur @ 1435:740e167cd4eb
Add a cast to avoid warnings about toupper() on some platforms
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 12 Mar 2011 14:20:29 -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>