Easypt

readLine

..Root.console.readLine

Reads the next line of characters from the standard input.

Child of:

console

Signatures:

NativeCallable, Callable

Example:

import("console");

auto str.=(console.readLine());