Erlang (programming language)/Tutorials/List Comments

From Citizendium
< Erlang (programming language)‎ | Tutorials
Revision as of 20:23, 19 April 2008 by imported>Eric Evers (→‎Comments)
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.