an instruction included in QBASIC for unknown reasons, it had no function at all. You could use it to assign values to variables, but you didn't have to.

Example:

    LET a = 5
Would assign the value 5 to the variable a.
But you could do this:
    a = 5
With exactly the same result.. The use? You tell me.