EDIT May 8 2012: this plugin is obsolete, the functionality has been added to the official ARRAY plugin.
---------------------------------------------
This is a simple plugin implementing a Last In First Out (LIFO) stack. Works with numbers.
It has all basic stack operations: Push, Pop, Peek, IsEmpty.
I needed it for a logical puzzle (Towers of Hanoi) and couldn't find one, so I implemented one. Took the array and modified it here and there.
http://www.mediafire.com/?zf9bqcfnrg9bimg
Feel free to further improve it!
Cheers!
Geo