Closed marcioAlmada closed 8 years ago
Some macros need to behave like first class language features therefore they need permanent allocation. The plan is to use a ·global tag to make a macro persistent across files.
·global
d4d6e34 seems enough for now
:white_check_mark:
Some macros need to behave like first class language features therefore they need permanent allocation. The plan is to use a
·global
tag to make a macro persistent across files.