Skip to content

Commit

Permalink
oops, fix sense of boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 21, 2020
1 parent c12e67e commit 3e46137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ops.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3103,9 +3103,9 @@ Replaced *shell* and *spawn*. See t/nqp/111-spawnprocasync.t for an example of u
## hllbool
* `hllbool(int -> obj)`

If passed 0, return a HLL specific Boolean true value,
otherwise, a false one. For Raku, this maps to ```Bool::True```
and ```Bool::False```
If passed 0, return a HLL specific Boolean false value,
otherwise, a true one. For Raku, this maps to ```Bool::False```
and ```Bool::True```, respectively.

# <a id="atomic"></a> Atomic Operations

Expand Down

0 comments on commit 3e46137

Please sign in to comment.