Merge topic 'doc-if-NOTFOUND'
f63304d
if: Document that plain 'NOTFOUND' is a false constant
This commit is contained in:
commit
c8da8dd3a3
|
@ -114,7 +114,7 @@ public:
|
||||||
"will be evaluated. Possible expressions are:\n"
|
"will be evaluated. Possible expressions are:\n"
|
||||||
" if(<constant>)\n"
|
" if(<constant>)\n"
|
||||||
"True if the constant is 1, ON, YES, TRUE, Y, or a non-zero number. "
|
"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'. "
|
"or ends in the suffix '-NOTFOUND'. "
|
||||||
"Named boolean constants are case-insensitive. "
|
"Named boolean constants are case-insensitive. "
|
||||||
"If the argument is not one of these constants, "
|
"If the argument is not one of these constants, "
|
||||||
|
|
Loading…
Reference in New Issue