4 lines
55 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
for (var ${1:i} = 0; $1 < ${2:length}; $1++) {
${3}
}