programmed in C and C++. end note] statement: labeled-statement declaration-statement embedded-state
Jump statements unconditionally transfer control. jump-statement: break-statement continue-statement
blocks, but are not permitted as embedded statements. labeled-statement: identifier : statement A la
12.3.3.15 Try-catch-finally statements Definite assignment analysis for a try-catch-finally statemen
Iteration statements repeatedly execute an embedded statement. iteration-statement: while-statement
Selection statements select one of a number of possible statements for execution based on the value
8.6 Statements C# borrows most of its statements directly from C and C++, though there are some not
Network Working Group L. Chapin Request for Comments: 1438 BBN C. Huitema INRIA 1 April 1993 I
12.3.3.14 Try-finally statements For a try statement stmt of the form: try try-block finally finally
12.3.3.5 If statements For an if statement stmt of the form: if (expr) then-stmt else else-stmt ?v h