2008-03-06 13:46:17 +00:00

5 lines
89 B
Plaintext

#name : foreach ... { ... }
# --
foreach my \$${1:x} (@${2:array}) {
${3:# body...}
}