plinydogg
10-03-2006, 01:55 AM
I'm using 1.03 and I tried to run the console part of the "hello world" tutorial...the one with this code:
#include "console"
func WinMain
InitConsole;
ShowConsole;
Writeln("Hello world");
return(false);
end;
When I compile and run it, the console window appears to open and then immediately shut....despite the inclusion of the line:
return(false);
Am I doing something wrong?
#include "console"
func WinMain
InitConsole;
ShowConsole;
Writeln("Hello world");
return(false);
end;
When I compile and run it, the console window appears to open and then immediately shut....despite the inclusion of the line:
return(false);
Am I doing something wrong?