leekscript-next icon indicating copy to clipboard operation
leekscript-next copied to clipboard

Foreach modes

Open 5pilow opened this issue 6 years ago • 0 comments

var a = [1, 2, 3]
for (var x in a) { // automatic mode
for (var +x in a) { // copy mode
for (var @x in a) { // reference mode

5pilow avatar Apr 11 '20 22:04 5pilow