Skip to content

Commit

Permalink
Document js op add_i64
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 27, 2020
1 parent f206fa9 commit 4c9d0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ops.markdown
Expand Up @@ -511,9 +511,10 @@ Return the absolute value of a number.
* `add_i(int $l, int $r --> int)`
* `add_n(num $l, num $r --> num)`
* `add_I(Int $l, Int $r, Mu:T $type --> Int)`
* `add_i64(Int $l, Int $r, Mu:T $type --> Int)` `js`

Add two numbers together, returning the result.
`_I` variant returns an object of the given type.
Typed variants return an object of the given type.

## div
* `div_i(int $l, int $r --> int)`
Expand Down

0 comments on commit 4c9d0d2

Please sign in to comment.