integer?

integer? : (any -> bool)

purpose:
to determine whether some value is an integer (exact or inexact)


Advanced Student Language