nextupprevious
Next:MINL minimum number of Up:FUNCTIONSPrevious:LL number of messages

MAXL maximum number of messages of a list

Syntax:
    MAXL(<list name>);
Returns the value (INTEGER) of the maximum value attained for the list (EL or IL) indicated in <list name>.

Example:

    WRITELN('The maximum in the third queue was ', MAXL(EL_Dec(Gat2));

domingo c

Mon Mar 20 17:39:21 PST 2000