2011-11-03 20:18:57 +00:00

7 lines
122 B
Plaintext

#contributor: Li Zhu <http://www.zhuli.name>
#name : if then end if
# key: if
# --
if ( ${1:condition} ) then
$0
end if