What does runtime error mean?

An error that happens while the program is running, such as dividing by zero or using a name that has no value yet. The program starts, then stops with a message.

Also written as: runtime errors, run-time error

In a lesson

A runtime error happens when a line that follows the rules cannot be carried out. The program starts, runs up to that line, then crashes:

Learn it

Used in

Do the lesson in the simulator

All glossary terms