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