|
TIME
Abbreviation: TI
TYPE: Numeric Function
FORMAT: TI
Action: The TI function reads the interval Timer. This type
of "clock" is called a "jiffy clock." The
"jiffy clock" value is set at zero (initialized) when
you power-up the system. This 1/60 second interval timer is turned
off during tape I/O.
EXAMPLE of TI Function:
10 PRINT TI/60 "SECONDS SINCE POWER UP"
|