Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrays of arrays or comparable enhancement #30

Open
GoogleCodeExporter opened this issue Aug 4, 2015 · 0 comments
Open

Arrays of arrays or comparable enhancement #30

GoogleCodeExporter opened this issue Aug 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant