Handbook
Glossary
string>boolean ( string -- boolean )
Vocabulary
html
.
components
Inputs
string
an
object
Outputs
boolean
an
object
Definition
USING:
combinators
;
IN:
html.components
:
string>boolean
( string -- boolean )
{
{
"true"
[
t
]
}
{
"false"
[
f
]
}
{
f
[
f
]
}
}
case
;