Erlang (programming language) > Tutorials > List Comments

From Citizendium, the Citizens' Compendium

Jump to: navigation, search


This article is developing and not approved.
Main Article
Talk
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Tutorials [?]
 
A tutorial relating to the topic of Erlang (programming language).

Comments

The prefered comment style in erlang is to use:

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