dotar/vim/snippets/falcon/while.snippet
2011-11-17 16:00:49 -06:00

4 lines
44 B
Plaintext
Executable File

while ${1:conidition}
${2:/* code */}
end