I have to ask here first, because if this is a bug then surely someone would have found it before me?
Take the following code, or any code really:
Code: Select all
MessageRequester("This shouldn't run..", "Should it?")
Save it as test.pb and compile it with pbcompiler test.pb /COMMENTED, it then compiles it, creates purebasic.asm and purebasic.exe and runs purebasic.exe.. I would have thought that with /COMMENTED it would simply create purebasic.asm and not even compile it, and surely not run it?