Closures/Value capture: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: removed OVERFLOW from PRE html tag.)
Line 995: Line 995:
.: if symbol('@')=='LIT' then @=0 /*handle 1st invoke*/; @=@+1; return @*@</lang>
.: if symbol('@')=='LIT' then @=0 /*handle 1st invoke*/; @=@+1; return @*@</lang>
'''output'''
'''output'''
<pre>
<pre style="overflow:scroll">
The tenth invocation of .0 ───► 100
The tenth invocation of .0 ───► 100
</pre>
</pre>