assert x
assert x raises an error if x isn't true.
|
|
|
If x is an Expression that evaluates to false, then a partially evaluated form is printed with the error message to assist in debugging.
|
The object assert is a method function.