diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-05 11:21:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-05 11:21:38 +0300 |
commit | 0f5cb955662136ad4a93e35db5721dd986dfd55b (patch) | |
tree | 7ec575fe74a0fc599bafb01fad6811fc496f7256 /doc/gawk.1 | |
parent | c30a04c8d3a2eef06338934f577fe3416f40d529 (diff) | |
download | egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.tar.gz egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.tar.bz2 egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.zip |
Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1126,9 +1126,14 @@ For each identifier, the value of the element is one of the following: \fB"array"\fR The identifier is an array. .TP +\fB"builtin"\fR +The identifier is a built-in function. +.TP \fB"extension"\fR The identifier is an extension function loaded via -.BR @load . +.B @load +or +.BR \-l . .TP \fB"scalar"\fR The identifier is a scalar. |