core :: Int :: is_odd
self
assert not 13.is_even
# Is `self` odd ? # # assert not 13.is_even fun is_odd: Bool do return not is_even