Score:
+1
-1
Undo
Redo
Is Positive
Is Negative
equals('count', 0)
Disabled when: isPositive('count') && score < 5
Disabled when: !isPositive('count') && score == 3
Disabled when: isPositive('count') || score < 0
Disabled when: (isNegative('count') && count < -1) || count===3
Count is greater than 1!
Count is greater than 1 and score is <= 3!
Count is zero
Count is positive
Count is negative