Function: id-tool-quit
id-tool-quit is a function alias for eval, defined in eval.c.
Signature
(id-tool-quit FORM &optional LEXICAL)
Documentation
Evaluate FORM and return its value.
If LEXICAL is t, evaluate using lexical binding by default.
This is the recommended value.
If absent or nil, use dynamic scoping only.
LEXICAL can also represent an actual lexical environment; see the Info node (elisp)Eval for details.