STYLE: fix the docs
This commit is contained in:
parent
baeeb40823
commit
89495847cf
|
@ -117,11 +117,9 @@ public:
|
|||
" IF(NOT variable)\n"
|
||||
"True if the variable's value is empty, 0, FALSE, OFF, or NOTFOUND.\n"
|
||||
" IF(variable1 AND variable2)\n"
|
||||
"True if both variables would be considered true individually. Only "
|
||||
"one AND is allowed to keep expressions short.\n"
|
||||
"True if both variables would be considered true individually.\n"
|
||||
" IF(variable1 OR variable2)\n"
|
||||
"True if either variable would be considered true individually. Only "
|
||||
"one OR is allowed to keep expressions short.\n"
|
||||
"True if either variable would be considered true individually.\n"
|
||||
" IF(COMMAND command-name)\n"
|
||||
"True if the given name is a command that can be invoked.\n"
|
||||
" IF(EXISTS file-name)\n"
|
||||
|
|
Loading…
Reference in New Issue