We have added a new expression to the list: present? as a counterpart of the expression blank?. The new present? expression checks if a variable value is present or not. When a variable value is present, the expression will return true.
The new added expression Present? returns true if the variable has any value