Algosim documentation: IsBoolean

IsBoolean

Tests if an object is a boolean.

Syntax

Description

If X is any object, then IsBoolean(X) is true iff X is of type boolean.

Examples

IsBoolean(1 + 1 = 2)
true

See also