This is an old revision of the document!


Assignment action

This action assigns a new value to an attribute.

AttributeIdentifier () = ArithmeticOperation ()
 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
  • Last modified: 2022/09/13 18:11