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

From Citizendium
Jump to navigation Jump to search
imported>Chris Day
No edit summary
imported>Tom Morris
(No difference)

Revision as of 07:07, 8 August 2009


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.