Macros
($undef name) Delete a given macro in the nearest scope
($undef name)
name
(macro a 5) ($undef a) (print a) # will fail, as 'a' doesn't exist anymore
($argcount node) Retrieve at compile time the number of arguments taken by a given function.
($argcount node)