Control Flow
Onyx has a standard set of simple control flow mechanisms: if, while, for, switch and defer.
Notably absent is goto, and this by design.
Onyx has a standard set of simple control flow mechanisms: if, while, for, switch and defer.
Notably absent is goto, and this by design.