(odd? n)
  n: an int
  returns a bool
F

Returns #t if its argument is odd.

even?
nat-int?