File modification time: Difference between revisions

m
→‎{{header|REXX}}: added a sample output for the REXX program.
(→‎{{header|REXX}}: added the REXX language.)
m (→‎{{header|REXX}}: added a sample output for the REXX program.)
Line 1,045:
say 'timestamp of last modification: ' q /*display modification time.*/
/*stick a fork in it, we're all done. */</lang>
'''output''' &nbsp; when using the file ID for this particular REXX program (source file): &nbsp; <tt> FILEMTIME.REX </tt>
<pre>
For file: FILEMTIM.REX
timestamp of last modification: 2015-05-30 14:22:26
</pre>
 
=={{header|Ruby}}==