// % Varibeln c ska vara värdet av a och b. %

let a = true;
let b = false;
 
let c:boolean;
c = a + b;
