Console
Namespace: NovelFS.NovelIO
Functions and values
Function or value | Description |
readKey
Signature: IO<ConsoleKeyInfo>
|
An action that reads a key from the console
|
readLine
Signature: IO<string>
|
An action that reads a line from the console
|
writeLine str
Signature: str:string -> IO<unit>
|
An action that writes a line to the console
|