throw()
Stop the program immediately, and report the error message given.
throw("Computer is melting!")
public fun throw(message: String): NoValue { __BUILT_IN_IMPLEMENTATION }