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 type , and false
otherwise.
![]() |
There are some objects that, depending on how we interpret them, can be assigned to different types. Unfortunately, CalcMe can't distinguish between them, so we may use the get_domain
command to leave doubts.
![]() |