Logo

Programming-Idioms

History of Idiom 138 > diff from v24 to v25

Edit summary for version 25 by REUSS:
New Lua implementation by user [REUSS]

Version 24

2020-05-03, 20:39:30

Version 25

2020-05-29, 14:39:35

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
file = io.tmpfile()