Erlang (programming language)/Tutorials/List Comments

From Citizendium
< Erlang (programming language)‎ | Tutorials
Revision as of 13:28, 22 April 2008 by imported>Chris Day
Jump to navigation Jump to search

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.