use fmt;
/// Runtime error. It is different from error objects used in the builtin
/// functions in the sense that a runtime error is not interpreted by the
/// programming language but will terminate the program. However, the error
/// objects used in the builtin functions are returned to the program for
/// further processing.