Standard.Terminal
Last updated
Last updated
Standard.Terminal is a library of functions for interacting with the terminal.
Description
Prints a string to the terminal.
Syntax
Print(string, string..)
Parameters
string - Any number of strings to print to the terminal.
Return Value
The values printed to the terminal.
Description
Prints a string to the terminal, followed by a newline.
Syntax
PrintLine(string, string..)
Parameters
string - Any number of strings to print to the terminal.
Return Value
The values printed to the terminal.
Description
Reads a string from the terminal.
Syntax
Read()
Parameters
The line to write to the terminal before reading.
Return Value
The string read from the terminal.
{Notes}