This function determines whether a variable has been initialized.
IsEmpty(expression)
Returns True if the variable is uninitialized or is explicitly set to Empty; otherwise, it returns False.
IsEmpty always returns True if expression contains more than one variable.