6 lines
194 B
QBasic
6 lines
194 B
QBasic
|
|
10 REM SCNCLR goes through the text sink, which every runtime has, so it works
|
||
|
|
20 REM with no input device attached. GET needs one and must name itself.
|
||
|
|
30 SCNCLR
|
||
|
|
40 PRINT "SCNCLR OK"
|
||
|
|
50 GET A$
|