DESCRIPTION¶
Expands the macro name
with the argument(s) arg
... (default is one empty string “”). Result is the expanded macro, or 0 if there is no macro with that name.
This efun is applicable only while an object is compiled, therefore its usage is restricted to a few functions like H_INCLUDE_DIRS
(H), or runtime_error
(M).
HISTORY¶
- introduced (3.2.1@93)