summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/erlang-mode/if
blob: 45674c437fe963e7fb25e9e9ff2f409afdbd9a9e (plain)
1
2
3
4
5
6
#name : if ... -> ... ; true -> ... end
# --
if
    $1 -> $2;
    true -> $0
end