Integer [Concept]


Purpose

The Integer predicate tests whether a given object is an integer.

Syntax

Integer object

Argument

The object argument is any object.

Value

The Integer predicate returns t if object is an integer.

Examples

(ask (Integer 3)) ==> T 
(ask (Integer 3.5)) ==> NIL

See Also

Last modified: Jun 1 1995