std
Standard utility functions.
Types
_None._
Functions
input(region: Region) -> String
Read a line of input from standard input.
Parameters
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
msg: String- Message.