To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
time1 EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
time1 Example
10 CLEAR SCREEN
20 PRINT "There have been";TIME(TIME$(TIMEDATE));"seconds pass"
30 PRINT "since midnight"
40 END