``` when { value < 1 -> ... } ``` maybe?
# announcements
m
Copy code
when {
  value < 1 -> ...
}
maybe?