3 (defvar *model-package* (find-package :cl-user)
12 The common-lisp-user package
16 *MODEL-PACKAGE* is used for interning symbols as a NetLogo code
19 Any local symbols are interned in this package, for use either
20 by other code, or in order to have all symbols interned in the
21 same placakge. This is also the package in which a model should
22 be run, whether by clnl code or independently.")