7 lines
101 B
Plaintext

#name : if ... -> ... ; true -> ... end
# key: erlang-modeif
# --
if
$1 -> $2;
true -> $0
end