yasnippet-snippets/snippets/julia-mode/if

10 lines
121 B
Plaintext

# -*- mode: snippet -*-
# name: if ... ... end
# key: if
# contributor: hankail05
# --
if ${1:cond}
${2:body}
end
$0