mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 04:01:58 +00:00
3 lines
73 B
Text
3 lines
73 B
Text
end {
|
|
print reduce({"a":1,"b":2,"c":3}, func (acck,accv,ek,ev) { });
|
|
}
|