As a utility, assert_true and assert_false would be necessary. We can write the equation which is equivalent assert_true under current syntax: assert( x == True). If not_equal is also implemented, assert( x != False) is equivalent to assert_false
As a utility, assert_true and assert_false would be necessary.
We can write the equation which is equivalent assert_true under current syntax:
assert( x == True).
If not_equal is also implemented, assert( x != False) is equivalent to assert_false