diff options
Diffstat (limited to 'cppawk-cons.1')
-rw-r--r-- | cppawk-cons.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cppawk-cons.1 b/cppawk-cons.1 index 5cd6c82..8de5fe7 100644 --- a/cppawk-cons.1 +++ b/cppawk-cons.1 @@ -623,10 +623,12 @@ function creates a Lisp object from a native Awk value .IR av . If .I av -is a number, then +is numeric, then .B box returns .IR av . +Note that a value like \fB"1abc\fB is numeric in Awk and +behaves like 1 under arithmetic. If .I av is the Awk undefined value, such as the value of a variable that |