Maxima Function
read_list (file_name)
read_list(file_name,separator_flag)
read_list(S)
read_list(S,separator_flag)
Reads the file file_name or file stream S and returns its entire content as a flat list. If separator_flag is not specified, the file is assumed space-delimited.