GetConsoleSize (open)
Returns the console size
Syntax
LOADLIB "wh::os.whlib";
RECORD FUNCTION GetConsoleSize()Return value
RECORDThe size of the console. Throws if console support is not available
INTEGER colsNumber of columns
INTEGER rowsNumber of rows