1 2 3 4 5
val (x, y) = (1, 2) fun main () : transaction page = return <xml> {[x]} + {[y]} = {[x + y]} </xml>