A+B: Difference between revisions

4 bytes removed ,  10 years ago
→‎{{header|TXR}}: Broken end tag.
(→‎{{header|TXR}}: Broken end tag.)
Line 2,355:
 
<lang txr>@(do (let ((sum (+ (read) (read))))
(format t "~s\n" sum)))</lang txr>
 
One of the way to access the embedded Lisp is via the <code>@(do ...)</code> pattern matching directive which evaluates
543

edits