6 lines
84 B
Plaintext

#name : -ifdef(...). ... -endif.
# key: erlang-modeifdef
# --
-ifdef($1).
$0
-endif.