fun rechne(x : Int, y : Int, machwas : (Int, Int) -> Int) : Int { return machwas(x,y) }