check-zero ( code -- )


Vocabulary
python.errors

Inputs
codean integer


Outputs
None

Word description
Verifies that the return code is 0 and throws an error otherwise.

Definition