Jump anywhere: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
m (→‎{{header|TXR}}: Fixed unfinished </code> tag)
Line 3,325: Line 3,325:
The above error messages reveal that TXR Lisp's <code>tagbody</code> is implemented by macros, and relies on a dynamic block return. It is provided mainly for compatibility; Common Lisp users using TXR Lisp may find it handy.
The above error messages reveal that TXR Lisp's <code>tagbody</code> is implemented by macros, and relies on a dynamic block return. It is provided mainly for compatibility; Common Lisp users using TXR Lisp may find it handy.


If the <code>tagbody</code> is still active when the lambda tries to perform a <code>go</code, it works:
If the <code>tagbody</code> is still active when the lambda tries to perform a <code>go</code>, it works:


<pre>2> (let (fun)
<pre>2> (let (fun)