Skip to content

Commit

Permalink
add some variants
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 11, 2020
1 parent 8ce2ce4 commit a7bb66d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ops.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ and of type `$type_bigint` for positive exponents.

## rand
* `rand_n(num $n --> num)`
* `rand_i(int $i, Mu:T $type --> int)` `moar`
* `rand_I(Int $i, Mu:T $type --> Int)`

Returns a psuedo-random bigint up to the value of the
Expand Down Expand Up @@ -2091,6 +2092,9 @@ Returns a 1 if the object is not a type object, 0 otherwise.

## iscont
* `iscont(Mu $obj --> int)`
* `iscont_i(int $int --> int)`
* `iscont_n(num $int --> int)`
* `iscont_s(str $int --> int)`

Returns a 1 if the object is a container type, 0 otherwise.

Expand Down

0 comments on commit a7bb66d

Please sign in to comment.