bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] Missing parenthesis in example


From: arnold
Subject: Re: [bug-gawk] Missing parenthesis in example
Date: Tue, 30 Oct 2018 06:46:12 -0600
User-agent: Heirloom mailx 12.4 7/29/08

Hi.

Thank you for reporting a bug. I've fixed this and it will show up
in Git shortly.

Thanks,

Arnold

Alto Tom <address@hidden> wrote:

> This is a doc-bug
> In both online and info related to Arrays-of-Arrays
>
> https://www.gnu.org/software/gawk/manual/html_node/Arrays-of-Arrays.html#Arrays-of-Arrays
>
> the example
>
> for (i in array) {
>     if (isarray(array[i]) {
>         for (j in array[i]) {
>             print array[i][j]
>         }
>     }
>     else
>         print array[i]
> }
>
> is missing a ")" after isarray(array[i])
>
> Alfredo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]