IsStructure
Tests if an object is a structure.
Syntax
-
IsStructure(X)
-
X
is any object
-
Description
If X
is any object, then IsStructure(X)
returns true
iff X
is a structure.
Examples
date()
year: 2020 month: August day: 24
IsStructure(ans)
true