diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-15 12:58:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-15 12:58:43 +0200 |
commit | 3576fe40421775a3d8e20a0a7a3c751cc062d742 (patch) | |
tree | edf70cf71e3189e4416d99d0b0728a241006f2de /doc/gawktexi.in | |
parent | 79fbe93a20957ec382da76fdc2af5cf0a2de5e6f (diff) | |
download | egawk-3576fe40421775a3d8e20a0a7a3c751cc062d742.tar.gz egawk-3576fe40421775a3d8e20a0a7a3c751cc062d742.tar.bz2 egawk-3576fe40421775a3d8e20a0a7a3c751cc062d742.zip |
More doc updates.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 51b56187..3f514c82 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -30143,6 +30143,12 @@ Evaluate @var{awk statements} in the context of the running program. You can do anything that an @command{awk} program would do: assign values to variables, call functions, and so on. +@quotation NOTE +Do to implementation constraintss, using @code{eval} to call a +user-defined function that returns a value does not work, generating +an error message. We hope to one day remove this constraint. +@end quotation + @item @code{eval} @var{param}, @dots{} @itemx @var{awk statements} @itemx @code{end} |