6 lines
94 B
Text
6 lines
94 B
Text
|
# name: for ... in ...; ... end
|
||
|
# key: forin
|
||
|
# --
|
||
|
for ${1:element} in ${2:collection}
|
||
|
$0
|
||
|
end
|