ExCon


code

x = 0; y = 0; z = 0;
con
  z = x + y;
  x = 1;
  y = 2;
end

java source code