6 lines
No EOL
109 B
Text
6 lines
No EOL
109 B
Text
# name: for ... in ...; ... end
|
|
# group : control structure
|
|
# --
|
|
for ${1:element} in ${2:collection}
|
|
$0
|
|
end |