result = gets ( prompt ) ;
str prompt
- the prompt (echoed to stdout).
string result
- string
The next line from the file.
The STATUS variable is set to $ACKNOWLEDGE
- NULLstring
At the end of stdin, the result is "".
The STATUS variable is set to %EOF
%EOF : At the end of stdin, the result is "".
%ARGUMENT : Invalid arguments. Usage: result = gets ( prompt ) ;
None
None