locally
(locally declaration... form...)
Evaluates the body as a progn. Declarations are parsed no-ops everywhere in rontolisp (declare/the), so locally simply drops its leading declare forms and evaluates the rest — code that uses locally to scope real Common Lisp declarations runs unchanged.