mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 19:51:33 +00:00
3 lines
83 B
Text
3 lines
83 B
Text
end {
|
|
print select({"a":1,"b":2,"c":3}, func (k,v) { return "not a boolean"});
|
|
}
|