Mercurial > urweb
view tests/namejs.ur @ 1842:052c5eedc9ea
Add MLTONARGS to xml/parse
author | Jason Gross <jgross@mit.edu> |
---|---|
date | Sat, 05 Jan 2013 18:19:20 -0500 |
parents | 38297294cf98 |
children |
line wrap: on
line source
fun main (n : int) (s : string) : transaction page = return <xml><body> <button onclick={fn _ => alert ("n = " ^ show n ^ "; s = " ^ s)}/> </body></xml>