Next: gm2-libs/Break, Previous: gm2-libs/Args, Up: Base libraries [Contents][Index]
DEFINITION MODULE Assertion ; EXPORT QUALIFIED Assert ; (* Assert - tests the boolean Condition, if it fails then HALT is called. *) PROCEDURE Assert (Condition: BOOLEAN) ; END Assertion.