Handbook
Glossary
write-with-crc ( bytes -- )
Vocabulary
binhex
.
private
Inputs
bytes
an
object
Outputs
None
Definition
USING:
endian
io
kernel
;
IN:
binhex.private
:
write-with-crc
( bytes -- )
[
write
]
[
crc16-binhex
2
>be
write
]
bi
;