In the new IDE 07-21-2018 I noticed one thing. If I'm writing a program that uses multiple screens and I'm completing the compiled EXE file with CTRL + PAUSE, the EXE remain in memory and will not quit. I need to end it through the Task Manager. As an example, today's Direct Bitmap reader can serve. Open it in IDE, compile, run. If you hit CTRL + PAUSE when the BMP header is listed, this problem will occur. At that time, the program switches between SCREEN 0 and SCREEN _NEWIMAGE by the size it reads from the bitmap head.