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

3 lines
69 B
Text

end {
print select([1,2,3], func (e) { return "not a boolean"});
}