# -*- mode: snippet -*-
|
|
# name: foreach
|
|
# key: for
|
|
# --
|
|
foreach(${1:var} \${${2:array}})
|
|
$3
|
|
endforeach($1)$0
|