It is used to assign the value to a variable. The remarks may be useful in a program to explain about different kinds of statements and user defined words. PRINT statement provides output on the screen. The CLS statement clears the screen.
[tex] \sf \red {\underline{ CLS: - }}[/tex]
CLS command will Clear the Screen for you before doing the next operation. For example type the following in and press F5.
[tex] \sf \green{ \underline{INPUT}}[/tex]
INPUT statement is used to make the program user-friendly. With the use of INPUT statement, the user can enter any data to a variable at the time of execution.
[tex] \sf \orange { \underline{PRINT}}[/tex]
PRINT is a QBasic function that requires arguments. The argument in the "Hello, World!" program we just ran were the words "Hello, World!". So, PRINT is the function and "Hello, world
[tex] \rule{1222pt}{3.0pt}[/tex]