8 lines
102 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: fori
# key: fori
# --
for (${1:Object el} : ${2:iterator}) {
$0
}