forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/f90-mode/if

7 lines
113 B
Plaintext
Raw Normal View History

2011-07-22 14:48:30 +01:00
#contributor: Li Zhu <http://www.zhuli.name>
#name : if then end if
# --
if ( ${1:condition} ) then
$0
end if