define stack functions
This commit is contained in:
parent
855048bdd1
commit
d3913cdc0b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue