7 lines
No EOL
123 B
Text
7 lines
No EOL
123 B
Text
# contributor: Li Zhu <http://www.zhuli.name>
|
|
# name: if then end if
|
|
# key: if
|
|
# --
|
|
if ( ${1:condition} ) then
|
|
$0
|
|
end if |