Is there a clean way how to close or not open the Pharo 5.0 welcome window?
Short of going through the stack and closing it (courtesy of Cyril)
��(SystemWindow allInstances select: ��[ :w | w labelString includesSubstring: 'Welcome' ]) do: #delete
Thanks,
Peter