03-06-2024, 11:08 PM
@JamesAlexander - I would try saving your code into a file (not named `untitled.bas`) and see if that resolves the issue. It seems like the IDE is confused and thinks the compilation to `untitled` failed when it actually didn't, and consequently didn't try to run your program. Changing the source name will also change the name of the produced executable and that may fix whatever it's confused about.