List of clauses syntax

A list of clauses is a list of not empty clauses separated by comma.
A clause is a not empty list of litterals separated by spaces or line breaks.
A litteral (examples : p, -q, -r(x,y)) is a term preceded or not by the minus sign.
A term is an identifier followed or not followed by a list of terms in parentheses separated by comma.
A term that is an identifier starting with one of the character a up to f and that is within another term is a constant. Within the litterals p(a), -c(b,x), the identifiers a and b are constants.

examples | syntax | info | home | download Last Modified : 18-Dec-2019