How Does A Basic Interpreter Work?

How Does A Basic Interpreter Work? The BASIC interpreter works by reading in commands of the BASIC source program one by one. Each time it reads in a command, the interpreter does what the command asks. A BASIC command might ask to add two numbers together. … But the source program itself is not translated