diesieben07
val op: Int.(Int) -> Int = if (Math.random() < 0.5) Int::plus else Int::minus val res = x.op(y)