mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
3 lines
61 B
Text
3 lines
61 B
Text
end {
|
|
print select({"a":1,"b":2,"c":3}, func (k,v) { });
|
|
}
|