Erlang (programming language)/Tutorials/List Comments: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 February 2010

24 August 2009

8 August 2009

22 April 2008

19 April 2008

  • curprev 20:2320:23, 19 April 2008imported>Eric Evers 180 bytes +6 →‎Comments
  • curprev 20:2220:22, 19 April 2008imported>Eric Evers 174 bytes +174 New page: ==Comments== The prefered comment style in erlang is to use triple %%% for module level comments. Double %% for function level comments and simgle % for line level comments.