mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
More Miller 6 doc info (#849)
* Info on operator precedence and the REPL * Information on indexed emit/emit1 in Miller 6
This commit is contained in:
parent
b8698f0a9b
commit
ebef818a00
13 changed files with 240 additions and 36 deletions
|
|
@ -46,6 +46,9 @@ Operators are listed in order of decreasing precedence, highest first.
|
|||
| `? :` | right to left |
|
||||
| `=` | N/A for Miller (there is no $a=$b=$c) |
|
||||
|
||||
See also the [section on parsing and operator precedence in the REPL](repl.md#parsing-and-operator-precedence)
|
||||
for information on how to examine operator precedence interactively.
|
||||
|
||||
## Operator and function semantics
|
||||
|
||||
* Functions are often pass-throughs straight to the system-standard Go libraries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue