#IF2TYPE
Purpose
The #If2Type command works in the same way as the #IfType command, except that two symbols are tested together instead of just one.
Syntax
#If2Type {symbol1} {symbol2} {type-list}
{code to compile if both symbols are in the type-list}
#Else
{code to compile if neither symbol is in the type-list}
#EndIf