Program blocks
|
The AIDPT program structure includes a declaration part and the main block that
initially gets the control at execution time. The declaration part can miss in the
program. Its content underlines a bunch of routine and variable declarations.
type {routine name}(type{parameter name} [, type{parameter name},... ])
{ ...
} ...
type {variable name}[, {variable name},...];
...
[ void ] main ( [void] )
{
...
}
|
Last update : October 20, 2003
`
If interested in this project, please fell free to contact the personnel of
our group. The project leader is dr.drs. L.J.M. Rothkrantz