mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-02 12:32:21 +00:00
3 lines
77 B
Text
3 lines
77 B
Text
end {
|
|
print apply("not array or map", func (k,v) { return v % 10 >= 5});
|
|
}
|