Time helpers (Time library)
Requires:
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).