Builtin macros
@pkg
(e: expr
)
pkg
(e: expr
)When macros are called, they mutate the context from where they are called. By using the @pkg
macro, the expression given in is executed INSIDE where the macro has been declared.
TODO: finish other builtin macros
Last updated
Was this helpful?