Hi Charles
"function overrides are allowed in o2. If the prototypes are identical then the last function defined will be used."
This possibility is wonderful. So I could write a function ... then I write another with the same name, for example to try a different way of handling a given problem, and this replaces the previous one without creating problems. Quite right?