Erlang (programming language)/Tutorials/List Comments

From Citizendium
Jump to navigation Jump to search

Comments

The preferred comment style in erlang is to use:

 %%% triple for module level comments,  
 %% double for function level comments and 
 % single for line level comments.