which is the alternative to switch in pup language
Answers
Answered by
0
Explanation:
An alternative for switch statement called “Match expression” has been accepted in this RFC. The RFC proposes adding a new match expression that is similar to switch but with safer semantics and the ability to return values.
Answered by
2
Answer:
An alternative for switch statement called “Match expression” has been accepted in this RFC. The RFC proposes adding a new match expression that is similar to switch but with safer semantics and the ability to return values.
Similar questions