RosettaCodeData/Task/A+B/EchoLisp/a+b.l
2023-07-01 13:44:08 -04:00

1 line
64 B
Text

(+ (read-number 1 "value for A") (read-number 2 "value for B"))