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





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