Handbook
Glossary
check-bytes ( bytes n -- bytes )
Vocabulary
benchmark
.
tcp-echo0
Inputs
bytes
an
object
n
an
object
Outputs
bytes
an
object
Definition
USING:
kernel
sequences
;
IN:
benchmark.tcp-echo0
:
check-bytes
( bytes n -- bytes )
over
length
=
[
incorrect-#bytes
]
unless
;