Posts by spw • 1 point
1 post
-
0
votes1
answer1647
viewsQ: How to Insert a string into the data stack
I need to make a stack that does a push, pop and print. So I created the functions and this works. But I wanted to add a String to my stack. Possibly a number and time or just a string. But I can’t…