Skip to main content

Controlling Program Flow with Multiway Branching in SKILL

The SKILL Programming language provides two multi-way branching functions to control the flow of your programs, the case() function and the cond() function. ​