FORTRAN II: Reading Keyboard variables

To READ more than one variable at a time from the keyboard, use the proper format described on page 83 and 84 of the FORTRAN manual.
The form of the iolist mentioned there is any list of variables, array elements, character substrings, character arrays. Members of the iolist must be separated by commas, for example, READ A,B,C.
Published Date: Feb 18, 2012