std

Standard utility functions.

Types

_None._

Functions

input(region: Region) -> String

Read a line of input from standard input.

Parameters

  1. region: Region - Allocation region for the returned string.

Returns

  • Input line as a String.

---

panic(msg: String) -> void

Terminate the program with an error message.

Parameters

  1. msg: String - Message.