// Test wide calls. --- // Test multiple wide calls in separate expressions. #font!(color: eastern) - First #font!(color: forest) - Second --- // Test in heading. # A #align!(right) B C --- // Test evaluation semantics. // Ref: false #let r #let x = 1 #let f(x, body) = (x, body) [ { r = f!(x) } { x = 2 } ] #test(repr(r), "(1,