RosettaCodeData/Task/A+B/PicoLisp/a+b.l

4 lines
27 B
Text
Raw Permalink Normal View History

2013-04-10 14:58:50 -07:00
(+ (read) (read))
3 4
-> 7