module main;
var b : boolean;
begin
    b := true;
    b := false;
end main.
