if: Document that plain 'NOTFOUND' is a false constant
Previously we only mentioned the '-NOTFOUND' suffix. Reported-by: Nils Gladitz <gladitz@sci-vis.de>
This commit is contained in:
parent
60b59a54c1
commit
f63304d982
|
@ -114,7 +114,7 @@ public:
|
|||
"will be evaluated. Possible expressions are:\n"
|
||||
" if(<constant>)\n"
|
||||
"True if the constant is 1, ON, YES, TRUE, Y, or a non-zero number. "
|
||||
"False if the constant is 0, OFF, NO, FALSE, N, IGNORE, \"\", "
|
||||
"False if the constant is 0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, '', "
|
||||
"or ends in the suffix '-NOTFOUND'. "
|
||||
"Named boolean constants are case-insensitive. "
|
||||
"If the argument is not one of these constants, "
|
||||
|
|
Loading…
Reference in New Issue