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 lt
|
||||
native func not
|
||||
native func +
|
||||
native func -
|
||||
native func /
|
||||
native func *
|
||||
native func **
|
||||
native func %
|
||||
native func ^
|
||||
|
||||
"char" mktype =TYPE_CHAR
|
||||
"int" mktype =TYPE_INT
|
||||
|
|
Loading…
Reference in a new issue