WRITE (extu,rec,fmt[,err][,iostat])[iolist]
WRITE (u'r,fmt[,err][,iostat]) [iolist]
Writes to a specified external unit. Translates the data from
binary to character format as specified by fmt.
Unformatted
Unformatted direct WRITE statement format:
WRITE (extu,rec[,err][,iostat])[iolist]
WRITE (u'r[,err][,iostat])[iolist]
Writes to a specified external unit. Does not translate the data.