WingedSeal/jmc

Add `#bind EVAL` for compile time expression evaluation

Closed this issue · 1 comments

#bind EVAL
#define MY_CONST 5
$a = EVAL(MY_CONST + 1);

Added in 13bb9c1