<@U7QUW41HP> You can use `when` without arguments ...
# announcements
m
@noncom You can use
when
without arguments and write any conditions there:
Copy code
when {
  value != otherValue -> doSomething()
  someOtherCondition() -> doSomethingElse()
}