BEE Lisp compiler directives

FORBID function name

Prevents given built-in function to be used in your programs. May be used to reduce lisp kernel function set to a classical minumum. Designed to be used by Lisp trainers. Has no effect on identifiers that are not built-it functions.