Returns TRUE if it is this type.
Arguments:
value [any-type!]
See also:
type?
Returns FALSE for all other values.
print money? $123 true
print money? 123.45 false