Closures/Value capture: Difference between revisions

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