Subscribe to our YouTube channel.Tutorials and more athttps://www.youtube.com/c/QB64Team.
0 Members and 1 Guest are viewing this topic.
Short answer: no.Lil longer answer: All QB64 programs are first translated from BASIC to C++, then they are compiled to a binary which is then run. That's why you can't do it as in the old days, when QuickBASIC was also an interpreter.