log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/namejs.ur @ 1800:38297294cf98
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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>