summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/f90-mode/if
blob: b4fb526f0045473e53207813a520bd2a701c3a44 (plain) (tree)
1
2
3
4
5
6





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