RosettaCodeData/Task/A+B/PostScript/a+b.ps
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
102 B
PostScript

(%stdin) (r) file % get stdin
dup
token pop % read A
exch
token pop % read B
add
=