Handbook
Glossary
compiler-message ( string -- )
Vocabulary
compiler
Inputs
string
an
object
Outputs
None
Definition
USING:
io
kernel
namespaces
;
IN:
compiler
:
compiler-message
( string -- )
"trace-compilation"
get
[
[
print
flush
]
with-global
]
[
drop
]
if
;