6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
#name : for (...; ...; ...) { ... }
|
|
# --
|
|
for (${1:Object} ${downcase-word 1} ; ${2:list}) {
|
|
$0
|
|
}
|