This is an old revision of the document!
Assignment action
This action assigns a new value to an attribute.
Syntax
AttributeIdentifier () = ArithmeticOperation ()
Example
Account.State = 'Open'
Account.Balance = 1000 + Transaction.Amount
Loan.Item = Item
It is possible to assign references or clear references (set UNDEFINED value), for example:
Member.Loans = UNDEFINED