ⓘ 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: delete

delete(s) removes the identifier (variable) named s. s is the name of the identifier, and this a string.

Example: delete("r") removes the identifier named "r".