Skip to content

Commit ad8e170

Browse files
committed
Document hllbool
1 parent 71c501a commit ad8e170

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/ops.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ For generating an abstract tree that includes opcodes, see [docs/qast.markdown](
359359
* [asyncreadbytes](#asyncreadbytes-moar-jvm)
360360
* [spawnprocasync](#spawnprocasync)
361361
* [killprocasync](#killprocasync)
362+
- [HLL-Specific Operations](#-hll-specific)
363+
* [hllbool](#hllbool)
362364
- [Atomic Operations](#-atomic-operations)
363365
* [cas `moar`](#cas-moar)
364366
* [cas_i `moar`](#cas_i-moar)
@@ -3096,6 +3098,15 @@ Replaced *shell* and *spawn*. See t/nqp/111-spawnprocasync.t for an example of u
30963098
## killprocasync
30973099
* `killprocasync($handle, $signal)`
30983100

3101+
# <a id="hll-specific"></a> HLL-Specific Operations
3102+
3103+
## hllbool
3104+
* `hllbool(int -> obj)`
3105+
3106+
If passed 0, return a HLL specific Boolean true value,
3107+
otherwise, a false one. For Raku, this maps to ```Bool::True```
3108+
and ```Bool::False```
3109+
30993110
# <a id="atomic"></a> Atomic Operations
31003111

31013112
## cas `moar`

0 commit comments

Comments
 (0)