search for:
read (...)
-- read from a file
Synopsis:
Usage:
s = read()
Function:
read
-- read from a file
Input:
()
, an instance of class
Sequence
.
Output:
s
, an instance of class
String
: a string obtained by reading from the standard input file
stdio
.
search for: