Logo

Programming-Idioms

History of Idiom 138 > diff from v15 to v16

Edit summary for version 16 by tkoenig:
New Fortran implementation by user [tkoenig]

Version 15

2019-09-26, 17:04:52

Version 16

2019-09-27, 08:32:26

Idiom #138 Create temp file

Create a new temporary file on filesystem.

Idiom #138 Create temp file

Create a new temporary file on filesystem.

Code
open (newunit=u,status="scratch")