Watchface Builder Wiki

Ultimate Watchface Builder

User Tools

Site Tools


condition-statements

This is an old revision of the document!


Conditional statements

You can use condition statements in expressions to build dynamic watchfaces. The syntax for a conditional statement is:

$condition?true value:false value$

Following operators are supported for a condition:

  • greater equal >=
  • lower equal ⇐
  • lower <
  • greater >
  • equals ==
  • not equals !=

Example

condition-statements.1456669879.txt.gz · Last modified: 2021/02/17 21:40 (external edit)