(for [i 1 100] (print (match (% i 15) 0 :FizzBuzz (where (or 3 6 9 12)) :Fizz (where (or 5 10) :Buzz _ i)))