1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-28 17:11:02 +02:00
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
---
```erlang
```latex
% Percent sign start a one-line comment.
%% 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
* [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/)