Comment Re:Counting 'showpage' wont work (Score 1) 27
Of course, I got the program wrong (I was messing with the interpreter as I was writing it, wasn't too careful).
Instead of:
10 mod {showpage} 1 add repeat
It should be:
10 mod 1 add {showpage} repeat
PostScript is a beatiful language :)
Instead of:
10 mod {showpage} 1 add repeat
It should be:
10 mod 1 add {showpage} repeat
PostScript is a beatiful language