Charles, the macro functions like this:
MACRO ¤MOD quad(r, v, e)
r = mod(v, e)
END MACRO
Fail to compile when the invocation contains a parameter with empty brackets like this:
print ¤MOD(something(), 2)
ERROR: ERROR: Undefined Symbol: )
WORD: 0
Do you think it would be possible to take a look into it before the next update?