diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-28 22:03:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-28 22:03:40 +0300 |
commit | d73e542791ccb18380cd836b8ea4a4a4b3535538 (patch) | |
tree | 3058fe7c80f472872291d9c311b4d492b058c280 /doc/awkcard.in | |
parent | 92c5c36bc42aa1ccf6ccc8defc4f372b6de92111 (diff) | |
download | egawk-d73e542791ccb18380cd836b8ea4a4a4b3535538.tar.gz egawk-d73e542791ccb18380cd836b8ea4a4a4b3535538.tar.bz2 egawk-d73e542791ccb18380cd836b8ea4a4a4b3535538.zip |
Make booleans just special numbers.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index cf2cf76e..0229e181 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1924,9 +1924,8 @@ See the manual for details.\*(CB \*(CD\*(FCbool(\*(FIexpression\*(FC)\*(FR .br Return a Boolean-typed value based on the Boolean value -of \*(FIexpression\fP. True values have a numeric value of one -and a string value of \*(FC"TRUE"\fP. False values have a numeric value of zero -and a string value of \*(FC"FALSE"\fP.\*(CB +of \*(FIexpression\fP. True values have a numeric value of one. +False values have a numeric value of zero.\*(CB .in -.2i .EB "\s+2\f(HBGENERATOR FUNCTIONS (\*(GK\f(HB)\*(FR\s0" .sp .5 |