(view source code of 2console.rex as plain text)
/* Display text on console, no matter what redirection is active */
parse arg text
call lineout "\DEV\CON", text
page last modified: 2024-04-16; loaded in 0.0051 seconds