mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
miller 6.12.0
This commit is contained in:
parent
83c44e6d74
commit
a0bead4093
8 changed files with 9 additions and 16 deletions
|
|
@ -109,8 +109,6 @@ However, in Miller 6 it has optional use for map traversal. Example:
|
|||
<pre class="pre-non-highlight-in-pair">
|
||||
bar.baz
|
||||
bar.baz
|
||||
[
|
||||
]
|
||||
</pre>
|
||||
|
||||
This also works on the left-hand sides of assignment statements:
|
||||
|
|
@ -157,8 +155,6 @@ A few caveats:
|
|||
</pre>
|
||||
<pre class="pre-non-highlight-in-pair">
|
||||
6989
|
||||
[
|
||||
]
|
||||
</pre>
|
||||
|
||||
* However (awkwardly), if you want to use `.` for map-traversal as well as string-concatenation in the same statement, you'll need to insert parentheses, as the default associativity is left-to-right:
|
||||
|
|
@ -170,8 +166,6 @@ A few caveats:
|
|||
</pre>
|
||||
<pre class="pre-non-highlight-in-pair">
|
||||
(error)
|
||||
[
|
||||
]
|
||||
</pre>
|
||||
|
||||
<pre class="pre-highlight-in-pair">
|
||||
|
|
@ -181,6 +175,4 @@ A few caveats:
|
|||
</pre>
|
||||
<pre class="pre-non-highlight-in-pair">
|
||||
GET -- api/check
|
||||
[
|
||||
]
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue