Handbook
Glossary
show ( msg -- )
Vocabulary
io
.
streams
.
c
Inputs
msg
an
object
Outputs
None
Definition
USING:
byte-arrays
kernel
sequences
;
IN:
io.streams.c
:
show
( msg -- )
"\n"
append
>byte-array
dup
length
stdout-handle
fwrite
stdout-handle
fflush
;