Is there a way to run native terminal programs? #6
-
I'm a Arch Linux user and not so long i tried QB64 to see if i can replace FreeBASIC with it, there's something that i don't like of the language, the thing is that the compiled code runs into a new window (that by my deduction is being rendered or something like that because it doesn't work like a standard terminal) and i would like to know if is there a way to compile the code to native standard terminal. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you use the |
Beta Was this translation helpful? Give feedback.
If you use the
$Console:only
meta command at the beginning of your program it will run in the terminal.To end the program without the "Press enter to continue" use
System