6 lines
63 B
Plaintext
Raw Normal View History

#name : -ifndef(...). ... -endif.
# --
-ifndef($1).
$0
-endif.