Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/erlang-mode/if
990 views
#name : if ... -> ... ; true -> ... end
# --
if
    $1 -> $2;
    true -> $0
end