Handbook
Glossary
read-props* ( n string props -- n' string props closing )
Vocabulary
modern
.
html
Inputs
n
an
object
string
an
object
props
an
object
Outputs
n'
an
object
string
an
object
props
an
object
closing
an
object
Definition
USING:
combinators.extras
kernel
sequences
;
IN:
modern.html
:
read-props*
( n string props -- n' string props closing )
[
read-prop
]
dip-2up
[
[
[
over
push
]
when*
]
dip
]
[
[
over
push
]
when*
read-props*
]
if*
;
inline
recursive