NovelIO


Console

Namespace: NovelFS.NovelIO

Console functions

Functions and values

Function or valueDescription
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

Fork me on GitHub