assert(b) will yield an exception (error) if b, a boolean, is false. If b is true, assert will do nothing.