`[COMPILE] EXIT` works incorrectly. See also the [comments at forth-standard.org](https://forth-standard.org/standard/core/BracketCOMPILE#contribution-192). A test case: ``` :NONAME ." TEST" [COMPILE] EXIT ." FAILS, it should not be printed" ; CR EXECUTE CR ``` A possible solution: remove the obsolescent `[COMPILE]` word from the system at all.