1: program booltest (input, output); 2: var b : boolean; 3: begin 4: b := true; 5: b := false; 6: end.