view tests/namejs.ur @ 1827:6b86ca4b0908

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Tue, 25 Sep 2012 08:29:27 -0400
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>