Gawk: Difference between revisions

m
add info about GMP
(gawk, the default awk of some systems, has its gawkisms.)
m (add info about GMP)
 
Line 13:
* [[Korn Shell|Korn]]-style coprocesses.
* TCP and UDP networking with "/inet/".
* Support for large number with the GMP library.
* ''(since gawk 4.0.0)'' arrays of arrays, like <code>ary[2][3] = 4</code>.
* ''(since gawk 4.0.0)'' indirect function calls, like <code>str = "foo"; @str() # calls foo()</code>.