var a,b,c; if (a) b := 2; elseif (b) c := 3; elseif (c) a := 4; endif c := 2;