Path: utzoo!attcan!uunet!cs.utexas.edu!sun-barr!newstop!sun!imagen!daemon
From: geof@apolling (Geof Cooper)
Newsgroups: comp.lang.postscript
Subject: Re: newcomer, need help with forall
Message-ID: <4218@imagen.UUCP>
Date: 10 Aug 89 21:56:42 GMT
Sender: daemon@imagen.UUCP
Lines: 10

In article <7725@pogo.WV.TEK.COM> richk@pogo.WV.TEK.COM (Richard G. Knowles) writes:
>  [/en      /to      /tre      /fire     ] { 0 50 translate load exec} forall

should be "{ 0 50 translate load cvx exec }".  Otherwise, a great
response to the canonical PostScript "you should have used load" bug.

I guess that the array [/en /to /tre /fire] gets turned into
[/one /two /three /four] by the "translate" operator... :-)

- Geof