window_select - Open-Turing-Project/TuringDocs GitHub Wiki
#Window.Select
##Syntax Window.Select (windowID : int)
##Description The Window.Select selects the window that output is to be sent to.
A selected window is defined as the window that output will be sent to. It can be invisible. When a program starts execution, the selected window is the main Run window.
##Status Exported qualified.
This means that you can only call the function by calling Window.Select, not by calling Select.
##See also and window_setactive.html.