Skip to content

9xc Time

Owen2k6 edited this page Sep 4, 2025 · 1 revision

Time helpers (Time library)

Requires:

import Time

On each iteration the interpreter updates time values into Int variables when you assign them:

Int S = Seconds
Int M = Minutes
Int H = Hours

You can also read them via equality in if blocks (see Language & Basics).

Clone this wiki locally