unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/f90-mode/while
2016-02-18 14:53:30 +01:00

9 lines
166 B
Plaintext

# -*- mode: snippet -*-
# contributor: Jonas Kalderstam <jonas@kalderstam.se>
# name: while ... end while ...
# key: while
# --
do while (${1:condition})
$0
end do