box MacroBoxSpec { static function name() { return "UppercasePrintMacro" } static function expand(ast) { return ast } }