#!/usr/bin/env /friends/bin/postscript /mystack () def /mypush { /x exch def /mystack [ x mystack ] def } def 1 mypush 2 mypush 3 mypush mystack =