Mercurial > urweb
view tests/letwhere.ur @ 2254:44ae2254f8fb
Factor out urlification.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 21 Sep 2015 16:07:35 -0400 |
parents | afeeabdcce77 |
children |
line wrap: on
line source
fun main () : transaction page = let return <xml>Hi {[alice]} and {[bob]}!</xml> where val alice = "Alice" val bob = "Bob" end