Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. /E [ 0 0 10 ] def %eye point
  2. /crackE { % set pointers into E
  3. /ex E 0 1 getinterval cvx def
  4. /ey E 1 1 getinterval cvx def
  5. /ez E 2 1 getinterval cvx def
  6. } def crackE
  7.  
  8. --nostringval--
  9.  
  10. /forall { pstack()= forall } bind def
  11.  
  12. ==
  13.  
  14. /args { dup 1 add copy -1 1 { -1 roll ==only ( ) print } for } def
  15. /forall { 2 args (forall)= forall } bind def
  16.  
  17. ()= %print a newline
  18. =string %built-in 128-byte buffer used by = and ==
  19. /object =string cvs print %convert object to string and print without newline
  20. /= { count dup 1 add copy { = } repeat } def % this is the code for the = operator, really
  21. 66 (#) dup 0 3 index put print %m non-destructively print a "char"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement