Mercurial > urweb
view tests/with.ur @ 1480:aa0c6382aa57
top.urs: More comments
author | Robin Green <greenrd@greenrd.org> |
---|---|
date | Tue, 28 Jun 2011 11:55:57 +0100 |
parents | 075b36dbb1a4 |
children |
line wrap: on
line source
val r = ({A = 1, B = 2} with #C = "Hi") with #D = "Bye" fun main () : transaction page = return <html><body> {cdata r.C}, {cdata r.D} </body></html>