Erlang (programming language)/Tutorials/List 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.