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