Why doesn't julia support something like switch-case

Viewed 6283

Julia doesn't support something like a switch-case a control structure, at least according to the current documentation of Control Flow?

switch case is a common Flow Control in imperative or object oriented languages, why not in julia?

Language supporting switch-case (not completed)

  • C/C++
  • Java
  • Pascal
  • PHP
  • Javascript
  • Typescript
  • Octave
2 Answers
Related