assert ( got expect -- * )
Assertions

Next:assert= ( a b -- )


Vocabulary
kernel

Inputs
gotthe obtained value
expectthe expected value


Outputs
None

Word description
Throws an assert error.

Error description
Thrown when a unit test or other assertion fails.

Definition


Methods