Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!kth!draken!tut!santra!kampi.hut.fi!alo From: alo@kampi.hut.fi (Antti Louko) Newsgroups: comp.lang.postscript Subject: Re: The // operator Message-ID: <22583@santra.UUCP> Date: 6 Jun 89 09:21:19 GMT References: <22580@santra.UUCP> Sender: news@santra.UUCP Reply-To: alo@kampi.hut.fi (Antti Louko) Organization: Helsinki University of Technology, Finland Lines: 12 PS to my earlier posting: This is how you can tell if your PostScript interpreter has // feature: %%BeginProcSet: immediate-test 1.0 0 /has-immediate (//add) token % If immediately evaluated names are not implemented % this parses as / and /add { exch pop / eq not } { false } ifelse % token should always succeed def %%EndProcSet: immediate-test 1.0 0