Handbook
Glossary
parse-string ( byte-array -- string )
Vocabulary
dbf
Inputs
byte-array
an
object
Outputs
string
an
object
Definition
USING:
io.encodings.string
namespaces
sequences
;
IN:
dbf
:
parse-string
( byte-array -- string )
[
" \0"
member?
]
trim-tail
dbf-encoding
get
decode
;