A bit out of date

chandru chandrashekhar.mullaparthi@REDACTED
Wed Aug 31 22:34:08 CEST 2005


Hi,

On 31/08/05, Mark Lee <mark@REDACTED> wrote:
> Hello, very new to Erlang so please forgive the ignorance at this stage.
> I've been looking through some online examples of code and have seen
> things like ++ and ||

See http://erlang.se/doc/doc-5.4.8/doc/reference_manual/part_frame.html

++ is documented in section 6.15. It is basically syntactic sugar for
the lists:append/2 function.

|| is for list comprehensions. This is documented in section 6.22

cheers
Chandru



More information about the erlang-questions mailing list