On 10-Mar-00, [EMAIL PROTECTED] wrote:

> 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. Additionally, any
> number or string in awk may be used as an array index, not
> just consecutive integers.

Rexx does arrays ("compound variables") like this too.


Regards
-- 
Don Cox
[EMAIL PROTECTED]

Reply via email to