Generated: August 27, 2003, 22:50:34Copyright ©2003, Kurt NørmarkThe local LAML software home page

Tutorial Manual - An Example

Kurt Nørmark ©    normark@cs.auc.dk    Department of Computer Science    Aalborg University    Denmark    

LAML Version 21.00 (August 27, 2003, PP edition)

This is just an example of a manual - adapted from an existing LAML example, and part of the LAML tutorial.

Table of Contents:
1. Introduction

Alphabetic index:
f(f a b)Description of function f
g(g)Description of function g

 

1.   INTRODUCTION
This is an introduction. Usually it is very brief.


f


Form
(f a b)

Description
Description of function f

Preconditions
What to ensure before f is called

Parameters
aExplanation of a
bExplanation of g

See also
similar functiong    

Note
What else to to say about f


g


Form
(g)

Description
Description of function g

Preconditions
What to ensure before g is called

Parameters

See also
Similar functionf    

Note
What else to say about g


Generated: August 27, 2003, 22:50:34