ENH: fix style
This commit is contained in:
parent
50ec299708
commit
ad25cf8d17
|
@ -119,9 +119,10 @@ public:
|
||||||
"else section are invoked. The elseif and else sections are "
|
"else section are invoked. The elseif and else sections are "
|
||||||
"optional. You may have multiple elseif clauses. Note that "
|
"optional. You may have multiple elseif clauses. Note that "
|
||||||
"the expression in the else and endif clause is optional. Long "
|
"the expression in the else and endif clause is optional. Long "
|
||||||
"expressions can be used and there is a traditional order of precedence. "
|
"expressions can be used and there is a traditional order of "
|
||||||
"Parenthetical expressions are evaluated first followed by unary operators "
|
"precedence. "
|
||||||
"such as EXISTS, COMMAND, and DEFINED. "
|
"Parenthetical expressions are evaluated first followed by unary "
|
||||||
|
"operators such as EXISTS, COMMAND, and DEFINED. "
|
||||||
"Then any EQUAL, LESS, GREATER, STRLESS, STRGREATER, STREQUAL, MATCHES "
|
"Then any EQUAL, LESS, GREATER, STRLESS, STRGREATER, STREQUAL, MATCHES "
|
||||||
"will be evaluated. Then NOT operators and finally AND, OR operators "
|
"will be evaluated. Then NOT operators and finally AND, OR operators "
|
||||||
"will be evaluated. Possible expressions are:\n"
|
"will be evaluated. Possible expressions are:\n"
|
||||||
|
@ -185,9 +186,10 @@ public:
|
||||||
"True if the given variable is defined. It does not matter if the "
|
"True if the given variable is defined. It does not matter if the "
|
||||||
"variable is true or false just if it has been set.\n"
|
"variable is true or false just if it has been set.\n"
|
||||||
" if((expression) AND (expression OR (expression)))\n"
|
" if((expression) AND (expression OR (expression)))\n"
|
||||||
"The expressions inside the parenthesis are evaluated first and then the remaining "
|
"The expressions inside the parenthesis are evaluated first and "
|
||||||
"expression is evaluated as in the previous examples. Where there are nested "
|
"then the remaining expression is evaluated as in the previous "
|
||||||
"parenthesis the innermost are evaluated as part of evaluating the expression "
|
"examples. Where there are nested parenthesis the innermost are "
|
||||||
|
"evaluated as part of evaluating the expression "
|
||||||
"that contains them."
|
"that contains them."
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue