RosettaCodeData/Task/Logical-operations/PostScript/logical-operations.ps

8 lines
66 B
PostScript
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
/logical{
/a exch def
/b exch def
a b and =
a b or =
a not =
}def