Template:Algorithm-end Source: en.wikipedia.org/wiki/Template:Algorithm-end
- "←" denotes assignment. For instance, "largest ← item" means that the value of largest changes to the value of item.
- "return" terminates the algorithm and outputs the following value.