const X = 0 puts(when { X == 0 -> return "It is zero" X != 1 -> puts("It is not one") X.isFloat() -> puts("Is a float") })