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 read

Description

Read a token from standard input. Tokens are delimited by spaces.

Example

string token1;
string token2;

read token1, token2;