TI-BASIC Wiki
Register
Advertisement


:isClockOn

This returns 1 if the clock is running. Else it returns 0.

Location[]

  • In the Catalog

Example[]

:If Not(isClockOn
:ClockOn

This program turns the clock on if it is not already on.

Advertisement