9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
#title Push_S [RCBasic Doc]
|
|
#header Sub Push_S( str_stack, s$ )
|
|
|
|
Pushes a string onto a string stack
|
|
|
|
#ref Pop_S
|
|
|
|
|