With the examples window open and visible, type and execute:
window.hide (@examples);
window.isVisible (@examples)
» false
Now type and execute:
window.show (@examples);
window.isVisible (@examples)
» true
Now close the examples window, then type and execute:
window.isVisible (@examples)
» false // A window that is not open is not visible.