QBASIC Keywords
QBASIC Keywords
Each programming language has some predefined words or commands which perform special task in the program are called keywords. Keywords are statements, commands, functions (built in functions) and names of operators. The keywords are also called Reserved Words. Some reserved words are CLS, REM, INPUT, LET, PRINT, FOR, DO, SELECT, MID$, ASC, SQR, LEN, LEFT$, TIME$, FN and INT etc.
Leave a Reply