Class: stringstack
a stack containing multiple strings, you can push and pop strings
Methods:
- new
- (stringstack):([string]...), - creates a new stringstack from given strings
- pop (stringstack)
- returns: (string)
pops top node from stack
- push
- ():(stringstack,string)... - pushes strings on the top of the stack