Handbook
Glossary
name=value ( string -- remain term )
Vocabulary
txon
.
private
Inputs
string
an
object
Outputs
remain
an
object
term
an
object
Definition
USING:
kernel
sequences
unicode
;
IN:
txon.private
:
name=value
( string -- remain term )
[
blank?
]
trim
dup
":`"
subseq-of?
[
(name=value)
]
[
f
swap
]
if
;