Generated: July 9, 2004, 14:37:11 | | A SchemeDoc Manual |
Tutorial Manual - An Example
Kurt Nørmark © normark@cs.auc.dk Department of Computer Science Aalborg University Denmark
LAML Version 24.00 (July 9 2004, beta 5, full) This is just an example of a manual adapted from an existing LAML example, and part of the LAML tutorial.
Table of Contents: Alphabetic index: 1 Introduction |
This is an introduction. Usually it is very brief. |
|
f |
Form | (f a b) |
Description | Description of f |
Precondition | What to ensure before f is called |
Parameters | a | Explanation of a |
b | Explanation of b |
Returns | Description of the value returned by f |
Postcondition | What holds after f is called |
See also | similar function | g |
|
g |
Form | (g) |
Description | Description of g |
Precondition | What to ensure before g is called |
See also | context | LAML tutorial |
similar function | f |
|
Generated: July 9, 2004, 14:37:11
Generated by LAML SchemeDoc .