The statements
read(unit=10,fmt=20) a, b, c 20 format(3(f7.2))
read(unit=10,fmt=''(3(f7.2))'') a, b, c
read(unit=5,fmt=*) a, b, c read(unit=*,fmt=*) a, b, c read *, a, b, c