I am reading Introduction to Arrays for nawk
It says:
Arrays in awk superficially resemble arrays in other programming languages; but there are fundamental differences. In awk, you don't need to specify the size of an array before you start to use it.
Then whats the limit of members I can have in that array? How do I know that? And is this error-pron? (because I know it cannot be infinite :D)