[Prev: var] [Home] [Next: break]

Control Statements

The flow--of--control in programs is controlled by control statements, for example, if and switch, for and while. also supports exceptions with try and catch.

break

case

catch

continue

default

do

else

for

if

finally

label

return

switch

throw

try

while

with

[Prev: var] [Home] [Next: break]