|
|
Topic complex |
Language elements |
Function |
MODULE |
Short |
Beginning of a module |
Syntax |
MODULE <Bezeichner>; |
Parameter |
: selfdefined identifier that start with an letter and consists of any run of letters, figures and the underline. |
Return |
|
See also: |
|
Description |
MODULE is not stringently prescribed, but it should be at the beginning of a module in terms of a good programming style.
Equally a detailed comment at the beginning is desirable. It should include
* what does the module
* when was it started
* which function are exported
* etc.
|
Write a comment:
|
|
|