(num? val)
  val: any type
  returns a bool
F

Returns #t if its argument is a number.

Numbers can be passed to all of the basic numeric APIs, such as +, == and min.

Currently, the number interface is supported by the primitive types int and flo.

not
deque?