An Error occured. Here's what the Server said:
Each formula has to be in a certain format to be recognized by the parser.
The simplified grammar for formulae looks as follows:
Formula =
A variable consists of one lower-case letter. You can also define arrays, e.g. x[1].
Ex:x+y==4
x <=10 && y<=10
To define a Macro please go to the Macro-Tab. A Macro definition has to be of the following form:
[A-Z] [a-z]* (var(,var)*) := Formula
The first letter has to be a upper-case letter, followed be an arbitrary number of lower-case letters.
Test(x) := x==15