Home    Reference > I Infix Operators > =
prev next

Description

The equal infix operator has special semantics. Its left operand should always be an <id>. It is used for named parameters and for named attributes.

Semantics

The form
   a=b
is equivalent to
   Equal(a,b)