log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/with.ur @ 339:075b36dbb1a4
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Crud supports INSERT
author
Adam Chlipala <adamc@hcoop.net>
date
Sun, 14 Sep 2008 15:10:04 -0400
parents
children
comparison
equal
deleted
inserted
replaced
338:e976b187d73a
339:075b36dbb1a4
1
val r = ({A = 1, B = 2} with #C = "Hi") with #D = "Bye"
2
3
fun main () : transaction page = return <html><body>
4
{cdata r.C}, {cdata r.D}
5
</body></html>