SCREEN 11 = 320x256
12=320x240
13=640x256
14=480x270
15=640x480
16=800x600
17=1024x768
18=1280x720
19=1280x1024
20=1920x1080
I need to get to work on helping with the wiki. Before Christmas my car and I were rearended by another at 45mph, putting me out of commission for a little while, lots and lots of snow and ice, then Covid19 swept through...fingers crossed I can get back to things on a regular schedule.
100 FOR SCR=1 TO 20
110 SCREEN SCR
120 LOCATE 0,0
130 PRINT SCR,PSIZE(0),PSIZE(1)
140 WHILE INKEY$=""
150 WEND
160 NEXT SCR
170 END