2016-10-20 10:27:10 +02:00

8 lines
91 B
Plaintext

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