miller/test/cases/dsl-first-class-functions/apply-errors-13/mlr
2021-11-11 14:15:13 -05:00

3 lines
60 B
Text

end {
print apply({"a":1,"b":2,"c":3}, func (k,v) { });
}