7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
box MacroBoxSpec {
|
|
static function expand(ast) {
|
|
return uppercase_print(ast)
|
|
}
|
|
}
|
|
|