This is something I’ve noticed for quite a while - when using write, nothing gets output to the inline-console, but does when Run w/o debugging and outputting to the external console. The in-line console buffer can, of course, be flushed with a subsequent method such as writeLn for it to show up in the in-line console:
write("Goodbye, world");
writeLn("!");
I’m submitting to Rosetta Code on this topic: Hello world/NewLine Omission. I just wanted to be sure this is the expected behavior for the IDE.