The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
div {
  a: (false and "hey");
  b: ("hey" and "ho");
  b: ("hey" or "ho");
  a: false and "hey";
  b: "hey" and "ho";
  b: unquote("hey") or "ho";
}