Scope modifiers: Difference between revisions

Content deleted Content added
m →‎{{header|Ruby}}: Reverted grammar changes and removed <pre> tag inside <lang> tag
Kazinator (talk | contribs)
→‎{{header|TXR}}: Explicit -B to show variable bindings.
Line 1,106:
@(bind b "b")</lang>
 
Result (with <code>-B</code> option to dump bindings):
Result:
 
<pre>a="a"
Line 1,120:
@(bind b "b")</lang>
 
Result (with <code>-B</code>):
 
<pre>b="b"</pre>