Handbook
Glossary
sqlite-other-error ( n -- * )
Vocabulary
db
.
sqlite
.
lib
Inputs
n
an
object
Outputs
None
Definition
USING:
db.sqlite.ffi
kernel
sequences
;
IN:
db.sqlite.lib
:
sqlite-other-error
( n -- * )
dup
sqlite-error-messages
nth
sqlite-error
;