yasnippet-snippets/octave-mode/if.yasnippet
2010-11-05 12:04:30 +01:00

10 lines
No EOL
125 B
Text

# -*- mode: snippet -*-
# name: if
# key: if
# contributor: Andrea crotti
# --
if ${1:cond}
$0
${2:else
${3:other}}
endif