Handbook
Glossary
no-compilation-unit ( definition -- * )
Vocabulary
definitions
Inputs
None
Outputs
None
Word description
Throws a
no-compilation-unit
error.
Error description
Thrown when an attempt is made to define a word outside of a
with-compilation-unit
combinator.
Definition
IN:
definitions
ERROR:
no-compilation-unit
definition
;
Methods
USING:
accessors
debugger
definitions
io
prettyprint
;
M:
no-compilation-unit
error.
"Attempting to define "
write
definition>>
pprint
" outside of a compilation unit"
print
;