SYNOPSIS:
string func.file.gets(fd)
DESCRIPTION:
Get a line from a file. The read string is at most 8k long.
CR characters are stripped from the input, NL characters
terminate the input and are replaced with the terminating 0.
RETURN VALUE:
Returns the read string.
SEE ALSO:
expression
,
variable
,
function
,
func.file
,
func.file.chdir
,
func.file.rmdir
,
func.file.mkdir
,
func.file.getdir
,
func.file.exists
,
func.file.open
,
func.file.close
,
func.file.unlink
,
func.file.puts