summaryrefslogtreecommitdiff
path: root/tests/namejs.ur
blob: 50f6f52ce2760a43390cef6b1f5aa2771864030b (plain)
1
2
3
fun main (n : int) (s : string) : transaction page = return <xml><body>
  <button onclick={fn _ => alert ("n = " ^ show n ^ "; s = " ^ s)}/>
</body></xml>