assert
Declaration
assert :: fn (cond: bool)
Description
Abort execution when passed condition is resulting in false
value.
Arguments
cond
Condition to be validated.
Declared in: debug.bl
assert :: fn (cond: bool)
Abort execution when passed condition is resulting in false
value.
cond
Condition to be validated. Declared in: debug.bl