Topic variable: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Omitted Microsoft Small Basic)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 696:
 
Note that you can't use a single or double underscore as the variable name for this purpose as they always denote instance or static fields of a class.
<syntaxhighlight lang="ecmascriptwren">var T // global scope
 
var doSomethingWithT = Fn.new { [T * T, T.sqrt] }
9,482

edits