benhoyt / goawk

A POSIX-compliant AWK interpreter written in Go, with CSV support
https://benhoyt.com/writings/goawk/
MIT License
1.95k stars 84 forks source link

Make length(x) also work when x is an array #176

Closed benhoyt closed 1 year ago

benhoyt commented 1 year ago

Fixes #20.