Erlang Programming/List Comments

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Comments

The preferred style for comments in Erlang is to use:

 %%% module-level comments
 %%  function-level comments
 %   line-level comments