ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: identity

identity(a1, a2, ..., an) returns an (but all arguments are evaluated, from left to right).

Thus

    a1; a2 = identity(a1, a2) = a2

The semicolon operator is often used in for loops.