This commit is contained in:
Adam 2013-07-01 08:53:12 -07:00
parent e7146195f4
commit 4642a4884c

View File

@ -5,7 +5,7 @@ author_url: http://www.focustheweb.com/
filename: learnerlang.erl filename: learnerlang.erl
--- ---
```erlang ```latex
% Percent sign start a one-line comment. % Percent sign start a one-line comment.
%% Two percent characters shall be used to comment functions. %% Two percent characters shall be used to comment functions.
@ -236,4 +236,4 @@ catcher(N) -> catch generate_exception(N).
* "Programming Erlang: Software for a Concurrent World" by Joe Armstrong * "Programming Erlang: Software for a Concurrent World" by Joe Armstrong
* [Erlang - Programming Rules and Conventions](http://www.erlang.se/doc/programming_rules.shtml) * [Erlang - Programming Rules and Conventions](http://www.erlang.se/doc/programming_rules.shtml)
* [Erlang/OTP Documentation](http://www.erlang.org/doc/) * [Erlang/OTP Documentation](http://www.erlang.org/doc/)