Erlang (programming language)/Tutorials/List Comments: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric Evers
imported>Chris Day
No edit summary
Line 1: Line 1:
{{subpages}}
==Comments==
==Comments==



Revision as of 13:28, 22 April 2008


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.