mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 12:11:15 +00:00
3 lines
80 B
Text
3 lines
80 B
Text
end {
|
|
print fold({"a":1,"b":2,"c":3}, func (acck,accv,ek,ev) { }, {"x":7});
|
|
}
|