Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #3198

bind’ing loops

Newsgroups comp.lang.postscript
Date 2017-11-20 04:26 -0800
Message-ID <0a457d13-e123-42e2-9a2f-f1801af3db2c@googlegroups.com> (permalink)
Subject bind’ing loops
From jdaw1 <jdawiseman@gmail.com>

Show all headers | View raw


Much PostScript code includes pieces resembling “/… {…} bind def”. Very standard.

Rarely do I use “… {…} bind forall”, and likewise “… {…} bind repeat” and “… … … {…} bind for”. Is this just me? Are you folks all enthusiastic bind’ers of loops?

Let’s be specific. Would you bind: 

true [ /showpage /setcolorspace /setcolorspace /setgray /setrgbcolor /sethsbcolor /setcmykcolor /setpattern /setcolor /image /imagemask ] {load type /operatortype ne {pop //false exit} if} forall

?

Back to comp.lang.postscript | Previous | NextNext in thread | Find similar


Thread

bind’ing loops jdaw1 <jdawiseman@gmail.com> - 2017-11-20 04:26 -0800
  Re: bind’ing loops Carlos <carlos@cvkm.cz> - 2017-11-21 21:34 +0100
    Re: bind’ing loops luser droog <luser.droog@gmail.com> - 2017-11-21 16:39 -0800

csiph-web