div {
  a: hello + "goodbye";
  b: "hello" + goodbye;
  c: 3 + "hello";
  d: "hello" + 3;
}