Mercurial > urweb
view tests/ooo.ur @ 1927:b6aee1d5b9b1
Add JavaScript mappings for isprint and ord
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 09 Dec 2013 17:23:25 -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>