Usage:
/ISVAR name
Returns 1 if variable name is set, 0 otherwise.
Example:
/if (!isvar('LANG')) /set LANG=en_US%; /endif
See: /listvar, variables