undef
builtin-function
(undef sym)
Makes sym an undefined symbol.
sym
make-html > (def a 123) it: a make-html > a it: 123 make-html > (undef 'a) make-html > a Undefined variable: make-html::a