define math functions
This commit is contained in:
parent
9f1ab0231a
commit
855048bdd1
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ native func eq
|
||||||
native func gt
|
native func gt
|
||||||
native func lt
|
native func lt
|
||||||
native func not
|
native func not
|
||||||
|
native func +
|
||||||
|
native func -
|
||||||
|
native func /
|
||||||
|
native func *
|
||||||
|
native func **
|
||||||
|
native func %
|
||||||
|
native func ^
|
||||||
|
|
||||||
"char" mktype =TYPE_CHAR
|
"char" mktype =TYPE_CHAR
|
||||||
"int" mktype =TYPE_INT
|
"int" mktype =TYPE_INT
|
||||||
|
|
Loading…
Add table
Reference in a new issue