result = get ( prompt ) ;
str prompt
- the prompt (echoed to stdout).
list result
- list
A list of values, appropriately typecast, read from stdin. Values are delimited by white space characters
The STATUS variable is set to $ACKNOWLEDGE
- NULLString
At the end of file, the result is "".
The STATUS variable is set to %EOF
%EOF : At the end of file, the result is "".
%ARGUMENT : Invalid arguments. Usage: result = get ( prompt ) ;
None
None