comparison tests/namejs.ur @ 1800:38297294cf98

New NameJs phase, still needing some debugging
author Adam Chlipala <adam@chlipala.net>
date Thu, 02 Aug 2012 18:12:37 -0400
parents
children
comparison
equal deleted inserted replaced
1799:3d922a28370b 1800:38297294cf98
1 fun main (n : int) (s : string) : transaction page = return <xml><body>
2 <button onclick={fn _ => alert ("n = " ^ show n ^ "; s = " ^ s)}/>
3 </body></xml>