Simkin Assignment Statement


This statement computes an expression and stores the result in a variable.

You do not need to pre-declare variables in Simkin.

For example:

value=value+1;

or:

Customer.Code=10004;