| System Variables |
|
| Numeric System Variable | |
| Contents | Decimal numeric, PRECISION 6, system time. |
| Description | This system variable returns the current system time in hours past midnight. The TME and TIM variables are identical. |
| See Also | SETTIME Directive |
| Example | 0100 PRINT TME 0110 SETTIME 1.10 0120 PRINT "Current time",TME RUN 19.341613 Current time 1.100502 |