Secure temporary file: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
(→‎{{header|REXX}}: added the computer programming language REXX.)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 613:
 
=={{header|REXX}}==
REXX uses the underlying OS to create and delete the file.
<lang rexx>/*REXX pgm secures (a temporary file), writes to it, displays the file, then deletes it.*/
parse arg tFID # . /*obtain optional argument from the CL.*/