4 lines
55 B
Plaintext
Executable File
4 lines
55 B
Plaintext
Executable File
for (var ${1:i} = 0; $1 < ${2:length}; $1++) {
|
|
${3}
|
|
}
|