define math functions

This commit is contained in:
Daniella 2022-02-05 22:18:48 +01:00
parent 9f1ab0231a
commit 855048bdd1

View file

@ -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