string>boolean ( string -- boolean )


Vocabulary
html.components

Inputs
stringan object


Outputs
booleanan object


Definition


: string>boolean ( string -- boolean )
{ { "true" [ t ] } { "false" [ f ] } { f [ f ] } } case ;