Legend:
Library
Module
Module type
Parameter
Class
Class type
Interface to the Unix system.
val read_line : ?echo_input:bool ->unit -> string
read_line ?echo_input () reads a line (terminated before a CR) on the standard input. If echo_input is true (by default) input characters are echoed on the standard output.