A+B: Difference between revisions

Content deleted Content added
Kazinator (talk | contribs)
Kazinator (talk | contribs)
→‎{{header|TXR}}: Broken end tag.
Line 2,355: Line 2,355:


<lang txr>@(do (let ((sum (+ (read) (read))))
<lang txr>@(do (let ((sum (+ (read) (read))))
(format t "~s\n" sum)))</lang txr>
(format t "~s\n" sum)))</lang>


One of the way to access the embedded Lisp is via the <code>@(do ...)</code> pattern matching directive which evaluates
One of the way to access the embedded Lisp is via the <code>@(do ...)</code> pattern matching directive which evaluates