Jump to content

Terminal control/Dimensions: Difference between revisions

m
Applesoft BASIC
m (Applesoft BASIC)
Line 2:
Determine the height and width of the terminal, and store this information into variables for subsequent use.
[[Terminal Control::task| ]]
 
=={{header|Applesoft BASIC}}==
<lang ApplesoftBasic>WIDTH = PEEK(33)
HEIGHT = PEEK(35) - PEEK(34)</lang>
 
=={{header|AutoHotkey}}==
413

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.