Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!portal!atari!imagen!daemon From: geof@apolling (Geof Cooper) Newsgroups: comp.lang.postscript Subject: Re: commenting out blocks of code Message-ID: <4300@imagen.UUCP> Date: 25 Aug 89 21:21:27 GMT Sender: daemon@imagen.UUCP Lines: 11 In article <1100@adobe.UUCP> greid@adobe.COM () writes: >{ %%%%%%%%%%% > >} pop %%%%%%% The only problem you might encounter is the limit described in the green book on the length of arrays that can be generated by the parser so you might get a limitcheck on processing a very long "comment". Since you wrote the green book, I guess you know about that one. - Geof