time1 Example
10 CLEAR SCREEN
20 PRINT "There have been";TIME(TIME$(TIMEDATE));"seconds pass"
30 PRINT "since midnight"
40 END