dotar/vim/snippets/falcon/forto.snippet

4 lines
60 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
for ${1:lowerbound} to ${2:upperbound}
${3:/* code */}
end