BUFFERSIZErows columns,
where rows is the height and
columns is the width in terms of character cells.
If no character-mode console is attached, the string 0 0 is returned.
0, otherwise a
Windows System Error code is returned.
WINDOWRECTtop left bottom right, where
(top, left) and
(bottom, right)
are absolute character-cell coordinates in the current console buffer, with the origin
(0, 0) at the upper-left corner.
If no character-mode console is attached, the string 0 0 0 0 is returned.
0, otherwise a
Windows System Error code is returned.
MAXWINDOWSIZErows columns,
where rows is the height and
columns is the width in terms of character cells.
If no character-mode console is attached, the string 0 0 is returned.
parse value SysTextScreenSize() with rows columns
parse value SysTextScreenSize("windowrect") with top left bottom right
say "current console buffer is" rows "rows by" columns "columns"
say "current window rectangle is ("top"," left") ("bottom"," right")"