diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.7.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index d937ca2..15247a5 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -952,7 +952,7 @@ success or failure. Booleans are also integers but unlike in ordinary (sane) languages where 0 represent false and other values represent true, in \*(ST negative values (smaller than zero) represent success -and non-negative values (smaller than or equal zero) represent +and non-negative values (larger than or equal to zero) represent failure. Therefore \*(ST booleans may be negated by performing a binary (bit by bit) negation for instance using the |