Handbook
Glossary
name/values ( string -- remain terms )
Vocabulary
txon
.
private
Inputs
string
an
object
Outputs
remain
an
object
terms
an
object
Definition
USING:
assocs
combinators.short-circuit
kernel
sequences
;
IN:
txon.private
:
name/values
( string -- remain terms )
[
dup
{
[
empty?
not
]
[
first
96
=
not
]
}
1&&
]
[
name=value
]
produce
assoc-union-all
;