< Erlang Programming
Comments
The preferred style for comments in Erlang is to use:
%%% module-level comments %% function-level comments % line-level comments
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.