Is?
Checks if an object is of an specified type.
Syntax
is?(Object, Domain)
Description
Given an object and a domain , returns true
if the object is of the type , and false
otherwise.

Checks if an object is of an specified type.
is?(Object, Domain)
Given an object and a domain , returns true
if the object is of the type , and false
otherwise.