do statements static void Main() { string s; do { s = Console.ReadLine(); } while (s != "Exit&q
results in a compile-time error because the expression i = 0 is of type int, and if statements requ
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
8.6 Statements C# borrows most of its statements directly from C and C++, though there are some not
pre: x = 1, y = 2 post: x = 2, y = 1 The ref keyword must be used in both the declaration of the for
Implementation . particular set of software (running in a particular translation environment under
Network Working Group L. Chapin Request for Comments: 1438 BBN C. Huitema INRIA 1 April 1993 I
Iteration statements repeatedly execute an embedded statement. iteration-statement: while-statement