I'm using the Mac OS. I'd like to see if the program will be running on the computer properly before I will purchase it. The program seems to run but I get no window and the whole thing is over in half a second. I've expected a window to pop up with a prompt, but no such thing happened. Here's the program:
OpenConsole()
Print("Press enter to exit")
Input()
End
What am I doing wrong?