5 lines
74 B
Text
5 lines
74 B
Text
' ANSI terminal dimensions
|
|
X = COLUMNS
|
|
Y = ROWS
|
|
|
|
PRINT "X,Y: ", X, ",", Y
|