IN QBASIC ( QUICK BEGINNERS ALL - purpose SYMBOLIC INSTRUCTIONS CODE ) WHICH COMMAND IS USED TO GIVE VALUES TO A VARIABLE .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
INPUT is for taking input as a String or number.
REM is for comment.
LET is for assign value to variable.
PRINT is for printing things.