Garden 🌻

throw

Stop the program immediately, and report the error message given.

throw("Computer is melting!")
Source Codepublic fun throw(message: String): NoValue {
  __BUILTIN_IMPLEMENTATION
}