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