Handbook
Glossary
check-record-length ( file-header field-headers -- )
Vocabulary
dbf
Inputs
file-header
an
object
field-headers
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
dbf
:
check-record-length
( file-header field-headers -- )
[
record-length>>
]
[
[
length>>
]
map-sum
]
bi*
assert=
;