const x = () => do { switch (new Date().getDay()) { case 0: break; default: "weekday 🚴" } }