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

ord(s), where s is a single character, i.e. a string of length one, returns the Unicode codepoint (or, for the 128 first characters, equivalently, the ASCII code) of s.

Example: ord("⊲") = 8882