const x = (n) => do { switch (n) { case 0: 'a'; break; 'b'; 'c'; break; 'd'; case 6: 'e'; default: 'f' } }