emacs-prelude/vendor/yasnippet/snippets/f90-mode/if

7 lines
123 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# contributor: Li Zhu <http://www.zhuli.name>
# name: if then end if
# key: if
# --
if ( ${1:condition} ) then
$0
end if