Swift Vocabulary

Run-time Error A problem with the code that the compiler cannot warn you about, so you won't find out about it until you actually run the program. Typical run-time errors would be trying to access an array index out of range, or dividing by zero. Intro Lesson 1

Back First Random Next