From: dan.o.koral@... (Lester) Date: 2004-11-23T02:38:05+09:00 Subject: Re: FreeRIDE question Lyndon Samson wrote in message news:... > Firstly, I'd like to say, a great IDE for a great language! > > There is one smallish problem I've experienced. > > When 'running' a program, STDOUT seems to be buffered, and the program > does not exit after all the user code has finished executing. > > If I hit stop, I see the output, and the run exits. > > Has this been seen before? > > cheers > lyndon Try " STDOUT.sync = true " at the top of the script - works with RDE