Handbook
Glossary
execute-one-statement ( statement -- )
Vocabulary
db
Inputs
statement
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
db
:
execute-one-statement
( statement -- )
dup
type>>
execute-statement*
;