but I've been known to name globals/singletons that way. theEventDispatcher, theThreadPool, theMousePointer etc...

It kind of makes the point that there's only one.

Its also a HyperCard convention for global functions. ie

get the date.
put it into card field "Today"
put the selection into the message box

Lovely language, that.