check-create ( name vocab -- name vocab )


Vocabulary
words

Inputs
namea string
vocaba string


Outputs
namea string
vocaba string


Word description
Throws a check-create error if name or vocab is not a string.

Error description
Thrown if create-word is called with invalid parameters.

Definition