mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 23:07:46 +02:00
Add modulo operator and simplify in/not-in (#2505)
This commit is contained in:
@ -31,7 +31,7 @@ fn row() {
|
||||
r#"
|
||||
open caballeros.csv
|
||||
| merge { open new_caballeros.csv }
|
||||
| where country in: ["Guayaquil Ecuador" "New Zealand"]
|
||||
| where country in ["Guayaquil Ecuador" "New Zealand"]
|
||||
| get luck
|
||||
| math sum
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user