define stack functions

This commit is contained in:
Daniella 2022-02-05 22:20:21 +01:00
parent 855048bdd1
commit d3913cdc0b

View file

@ -61,6 +61,10 @@ native func **
native func %
native func ^
native func dup
native func pop
native func swap
"char" mktype =TYPE_CHAR
"int" mktype =TYPE_INT
"file" mktype =TYPE_FILE