START.lass 164 B

12345678910
  1. (lass:compile-and-write
  2. '((:and
  3. (:or article section)
  4. (:= data-author (:or yukari ran chen))
  5. (:nth-child (:or 1 2 3)))
  6. :display none))