stdout

This is how some Visual Basic examples manage to compile with stdout


Technically it is not stdout but all we need is a helper subroutine to make things work.

(We could use declare GetStdHandle)


Popular