You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gawk has arrays of arrays which I find hard (impossible?) to do without in some
applications (without sacrificing efficiency).
It is easy enough to add my own functions to replace gawk's sorting functions,
but arrays of arrays, not so easy.
All I really need is the ability to do something like
for( (const , i) in a) ...
where I can specify const and mawk will iterate over i.
Mawk rocks!
Original issue reported on code.google.com by wbr...@gmail.com on 29 Apr 2015 at 3:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
wbr...@gmail.com
on 29 Apr 2015 at 3:44The text was updated successfully, but these errors were encountered: