Determine if object value of $a is an instance of the specified ^Class
^Class
$a - any scalar
^Class - a class to check.
>> Welcome to the Sleep scripting language > ? "some string" isa ^String true > ? 33.0 isa ^String false > ? 33.0 isa ^Double true