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