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

Returns #t if its argument is even.

sign
odd?