function read_objfile(obj, objpath, bytes, end_of_header, header, end_of_type, type, size, bytes_after_header)
I wrote a patch for GNU Awk to give it a let statement for binding true lexical variables, so that this could be:
function read_objfile(obj, objpath) { @let (bytes, end_of_header, header, end_of_type, type, size, bytes_after_header) { } }
https://www.kylheku.com/cgit/egawk/about/
I wrote a patch for GNU Awk to give it a let statement for binding true lexical variables, so that this could be:
Unfortunately, this was rejected by the project; I was encouraged to make a renamed fork of GNU Awk, so that's what I did.https://www.kylheku.com/cgit/egawk/about/