so how should we call our event-procedures now?
Imagin a custom window-module for screens ... you want to have
an "event"-procedure. The logical step is to call it "Event()" and use
Window::Event() to call the function out of the module. That's not
possible anymore. Adding the module name to the function to get it
unique ... "WindowEvent" or "EventWindow"? Ugly. And it's already
a PB functions, too ... so it wouldn't work. Now? There are plenty
of possibilities like Window::MakeEvent() or Window::DoEvent().
But why i'm forced to use ugly names? Btw. the time i will need to
think about another name ... and rename everything is stolen time
i will never get back ... yes, i really dislike it, PB-functions collide
with module-procedure-names and this reminds me.
... i want to have my module-function-names as simple as possible.
With modules, it is possible to make code as clean as possible ...
but why do you need to use generic names for functions, that will
block us from using this to name a module-procedure properly?

sorry for my feelings ...
btw. this request is just asking to rename this "Event()" function
before stable release.

MFG PMV