Language Statements
- Compund statements as in C
- Expression statements as in C
- Conditional statements (if, switch) as in C
- Iteration statements as in C
- Jump statements (
continue break return) as in C.
Plus
throw exception
- New guarding statements
synchronous try
Slide 5