val (x, y) = (1, 2) fun main () : transaction page = return {[x]} + {[y]} = {[x + y]}