4 lines
235 B
Text
4 lines
235 B
Text
put (datetime()); /* writes out the date and time */
|
|
/* The time is given to thousandths of a second, */
|
|
/* in the format hhmiss999 */
|
|
put (time()); /* gives the time in the format hhmiss999. */
|