gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] GM2 ISO MIN MAX pervasives


From: Iztok
Subject: [Gm2] GM2 ISO MIN MAX pervasives
Date: Wed, 07 May 2003 15:48:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903

MODULE minmax;

CONST
   I = MIN(CARDINAL);
   J = MAX(CARDINAL);
BEGIN
END minmax.

> gm2 -Wiso -c -I. minmax.mod
minmax.mod:4:syntax error, found `('
minmax.mod:4:syntax error, `;' missing
minmax.mod:4:syntax error, found `)'
minmax.mod:4:syntax error, `=' missing
minmax.mod:4:expecting one of: NOT ( integer number real number __ATTRIBUTE__ string identifier { - +
minmax.mod:5:syntax error, found `('
minmax.mod:5:syntax error, `;' missing
minmax.mod:5:syntax error, found `)'
minmax.mod:5:syntax error, `=' missing
minmax.mod:5:expecting one of: NOT ( integer number real number __ATTRIBUTE__ string identifier { - +
minmax.mod:7:compilation failed


I.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]