div {
  $l: append(a b, c d);
  foo: nth($l, 3);
  bar: type-of($l);
}