Documentation Center |
| if/elseif/else | Execute statements if condition is true |
| for | Execute statements specified number of times |
| parfor | Parallel for loop |
| switch/case/otherwise | Switch among several cases based on expression |
| try/catch | Execute statements and catch resulting errors |
| while | Repeatedly execute statements while condition is true |