Handbook
Glossary
check-ok ( result -- errmsg ? )
Vocabulary
mongodb
.
connection
Inputs
result
an
object
Outputs
errmsg
an
object
?
an
object
Definition
USING:
assocs
kernel
;
IN:
mongodb.connection
:
check-ok
( result -- errmsg ? )
[
[
"errmsg"
]
dip
at
]
[
[
"ok"
]
dip
at
]
bi
;
inline