Skip to content

Does not work with some versions of AWK #5

@jwilliams-shadowsoft

Description

@jwilliams-shadowsoft

The stock definition of AWK does not strictly allow multiple-dimension array, such as:

node[leaf][att]++;

At best, you can have comma-delimited arrays, but it really just concatenates the values inside the braces:

node[leaf,att]++;

but the subscript is really just leaf + "," + attr.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions