Content deleted Content added
→Awk: TAWK seems to no longer be maintained (and it wasn't notable to begin with) |
|||
Line 27:
You can also check if an element is in the associative array, and delete elements from an associative array.
Multi-dimensional associative arrays can be
<source lang=Text>
Line 39:
print arr[1], arr[2], multi[x];
}
}
</source>
|