script justArithm(x:int, y:int) { z : int := x + y; }