fn main() { yes = true; no = !yes; impossible = yes && no; always = yes || no; }