8 lines
91 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: for
# key: for
# --
for (${1:var} in ${2:iter}) {
$0
}