;doc: Revise doc for & operator
This commit is contained in:
parent
868c6fdbac
commit
278032bc8d
@ -566,8 +566,8 @@ CSVFIELD is a percent sign followed by the field's name or column number, like `
|
||||
|
||||
A single matcher can be written on the same line as the "if";
|
||||
or multiple matchers can be written on the following lines, non-indented.
|
||||
Multiple matchers are OR'd (any one of them can match), unless one includes
|
||||
an `&` symbol, in which case it is combined with the previous matcher.
|
||||
Multiple matchers are OR'd (any one of them can match), unless one begins with
|
||||
an `&` symbol, in which case it is AND'ed with the previous matcher.
|
||||
|
||||
```rules
|
||||
if
|
||||
|
||||
Loading…
Reference in New Issue
Block a user