Code: Select all
OpenConsole()
PrintN("hello world")
Repeat
Delay(1)
Until Inkey() <> ""
Next i tried including a "2ddrawing" file, and a message appeared saying file not found. The both problems must have something to do with my ubuntu OS. Is there something special I need to do with ubuntu? Configure settings, perhaps? Or is there different kind of code for ubuntu?