HTBasic Help
×
Menu
Index

Specialized I/O Statements

 
In addition to the general I/O statements explained above, several statements are provided for specialized I/O. PRINT, DISP, INPUT, and LINPUT allow specialized I/O with the CRT or keyboard. They are explained in Chapter 6, "CRT and Keyboard." The PRINT statement can also be redirected to a printer. READ and DATA allow data to be stored within the BASIC program itself. BEEP allows tone generation on computers with the necessary hardware.