# Arguments: *IN : file descriptor for file being parsed # $Line$ : contains remainder of current line # $filename$ : name of file # Return Values: $Rest$ : remainder of line after end of comment # Description: This subroutine accepts a line in which a comment block # begins, and returns any and all code on the same line # as and following the end of the comment block.