Example 11-1. Example:
assert x>5
assert_statement ==> assert expression
assert statements specify a boolean expression that must evaluate to true; otherwise it is a fatal error.