{
{  The purpose of this request is to read the next complete line from the
{        specified file.
{
{
{        CYP$GET_NEXT_LINE (FILE, LINE, NUMBER_OF_CHARACTER_READ, STATUS)
{
{
{  FILE: (input) This parameter specifies the file to be read.
{
{  LINE: (output) This parameter specifies the CYBIL string into which the
{        line is read.
{
{  NUMBER_OF_CHARACTERS_READ: (output) This parameter returns the number of
{        characters transferred into LINE.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              cye$file_not_open
{              cye$illegal_input_request
{              cye$illegal_operation
{
