diff --git a/Help/command/if.rst b/Help/command/if.rst index de25ad35b9..06c2800799 100644 --- a/Help/command/if.rst +++ b/Help/command/if.rst @@ -471,6 +471,10 @@ above-documented condition syntax accepts ````: variables. If so, their defined values are used otherwise the original value is used. +* The left hand argument to `IN_LIST`_ is tested to see if it is a defined + variable. If so, the variable's value is used, otherwise the original + value is used. + * The right hand argument to `NOT`_ is tested to see if it is a boolean constant. If so, the value is used, otherwise it is assumed to be a variable and it is dereferenced.