Append a record to the end of a text file: Difference between revisions

Content added Content deleted
m (→‎{{header|Fortran}}: grammur fades...)
Line 820: Line 820:
2 "(234)555-033","xyz@rosettacode.org"),
2 "(234)555-033","xyz@rosettacode.org"),
3 "/home/xyz","/bin/bash")
3 "/home/xyz","/bin/bash")
WRITE (F,*) NOTE !Append it's content to the file.
WRITE (F,*) NOTE !Append its content to the file.
CLOSE (F)
CLOSE (F)