Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 302 Bytes

keyword_read.md

File metadata and controls

16 lines (10 loc) · 302 Bytes

Home Keywords

Keyword read

Description

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

Example

string token1;
string token2;

read token1, token2;