assert= ( a b -- )
Assertions

Prev:assert ( got expect -- * )


Vocabulary
kernel

Inputs
aan object
ban object


Outputs
None

Word description
Throws an assert error if a does not equal b.

Definition