IsStructure
Tests if an object is a structure.
Syntax
-
IsStructure(X)-
Xis 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