assert x
assert x prints an error message 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.