This is an old revision of the document!


Assignment action

This action assigns a new value to an attribute.

AttributeIdentifier () = ArithmeticOperation () [IGNORE RULES] 
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: 2023/07/14 02:25