'write' not flushed to stdout?

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. :upside_down_face:

Not expected, no. this sounds lie an issue for the debugger… @elenap?

Which platform?

1 Like

It occurs in both Fire and Water IDE’s.

Thanx for confirming that. What target platform? .NET? native?

I was using .Net

1 Like

thanx!

Here you can see me stepping through the array and nothing shows up until we hit writeLn :nerd_face:

1 Like

I believed you :wink:

1 Like

:joy:
And here’s the output I might expect :upside_down_face:

1 Like