| Simple Types and Statements | |
- byte (8 bits signed), short (16), int (32), long (64)
- float (32), double (64)
- char (Unicode, 16 bit unsigned)
- boolean
- Compound statements as in C
- Expression statements as in C
- Conditional statements (
if switch
) as in C
- Iteration statements as in C (
for while
)
- Jump statements (
continue break return
) as in C.
Plus
throw catch
- New guarding statements
synchronous try
Slide 2 | ©Copyright 1997 | Jan Newmarch |