My working theory was that because Kixtart calls the Console API's directly (to do things ike position the cursor with AT() and colorize with COLOR()), that maybe it wrote TEXT directly to the console - not using STDOUT...

But then Richard H. came up with this little gem ...

Code:

Break On

$= SetAscii("ON")

?"Hello, World"

Exit 1



C:\> kix32 t.kix >del.me