Removed binary files

This commit is contained in:
n00b
2024-09-28 11:56:07 -04:00
parent 1bf67ba02c
commit 44a2793f37
53 changed files with 3222 additions and 1582 deletions

View File

@@ -1,14 +1,12 @@
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()
sub ClearStack_N( num_stack )
sub ClearStack_S( str_stack )
sub DeleteStack_N( num_stack )
sub DeleteStack_S( str_stack )
sub Push_N( num_stack, n )
function Pop_N( num_stack )
sub Push_S( str_stack, s$ )
function Pop_S$( str_stack )
function Stack_Size_N( num_stack )
function Stack_Size_S( str_stack )