4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
for ${1:element} in ${2:container}
|
||
|
${3:/* code */}
|
||
|
end
|