Search found 1 match

by naputtelija
Wed Dec 01, 2010 5:43 pm
Forum: Coding Questions
Topic: A VERY weird problem on ubuntu.
Replies: 3
Views: 976

A VERY weird problem on ubuntu.

Ok, first i tried simple helloworld program:
OpenConsole()
PrintN("hello world")
Repeat
Delay(1)
Until Inkey() <> ""

And it compiled the program, and a message appeared saying that the program is running. But i couldn't see anything! Nothing appeared on the screen. No console or a program of ...