View on GitHub

Concert

Concert is an imperative, concurrent, strongly typed scripting language

Download this project as a .zip file Download this project as a tar.gz file

Home Keywords

Keyword readln

Description

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

Example

string inputLine;

readln inputLine;