1 2 3 4 5 6 7
fun main () : transaction page = let return <xml>Hi {[alice]} and {[bob]}!</xml> where val alice = "Alice" val bob = "Bob" end