Skip to content

Input.read method

Input › read

Unofficial

Read a range of input.

Signature:

read(from: number, to: number): string

Parameters:

ParameterTypeDescription
fromnumberThe start position.
tonumberThe end position.

Returns: stringThe string content.