[erlang-questions] block comments

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Fri Jul 18 11:14:37 CEST 2014


On Fri, Jul 18, 2014 at 2:11 AM, <lloyd@REDACTED> wrote:

> But why doesn't Erlang have a method for commenting out a block of lines
> in a module without
>
> having to tag every line with %?
>

Can can abuse the Erlang Pre-Processor and do some -ifdef(DISABLED). magic.


-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140718/5f1c053e/attachment.htm>


More information about the erlang-questions mailing list