updated database with new functions

This commit is contained in:
n00b
2024-09-07 21:51:32 -04:00
parent 2ce04bbeca
commit 6836a07f2f
44 changed files with 970 additions and 523 deletions

View File

@@ -0,0 +1,14 @@
function CreateStack_N( )
function CreateStack_S()
sub ClearStack_N()
sub ClearStack_S()
sub DeleteStack_N( stack_id )
sub DeleteStack_S( stack_id )
sub Stack_N(n)
sub Stack_S(n)
sub Push_N(n)
function Pop_N()
sub Push_S(s$)
function Pop_S$()
function Stack_Size_N()
function Stack_Size_S()