This is not much of a bug like the subject line says. It's part of the extended QB64 functions so we can just say. "That's how it's gonna work."
If function "END" is use the program would ask to "Press any key to continue".
What's inconsistent:
$CONSOLE:ONLY
_ECHO "Hello"
END
The program ends with message "Press enter to continue". And it really wants the enter key only.
At least the END does not multi-thread max the CPU out anymore. That was an old ending bug.
And YES I want to use the END function, otherwise the window would just go whizzing on by too fast to
read and scrollback later.
So which one do we got here, is it a BUG or Feature ?