Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 300 Bytes

keyword_readln.md

File metadata and controls

15 lines (9 loc) · 300 Bytes

Home Keywords

Keyword readln

Description

Read a line from standard input. Lines are delimited by a newline character.

Example

string inputLine;

readln inputLine;