* remove "\r" nonsense
[mascara-docs.git] / C / the.ansi.c.programming.language / notes.accompany.ansi.c / sx6.html
blob6749c6c8803e82b7a756b4f4dcb245449bccff27
1 <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995, 1996 by Steve Summit. -->
3 <!-- This material may be freely redistributed and used -->
4 <!-- but may not be republished or sold without permission. -->
5 <html>
6 <head>
7 <link rev="owner" href="mailto:scs@eskimo.com">
8 <link rev="made" href="mailto:scs@eskimo.com">
9 <title>Chapter 3: Control Flow</title>
10 <link href="sx5l.html" rev=precedes>
11 <link href="sx6a.html" rel=precedes>
12 <link href="top.html" rev=subdocument>
13 </head>
14 <body>
15 <H1>Chapter 3: Control Flow</H1>
17 <p><a href="sx6a.html" rel=subdocument>section 3.1: Statements and Blocks</a></p>
18 <p><a href="sx6b.html" rel=subdocument>section 3.2: If-Else</a></p>
19 <p><a href="sx6c.html" rel=subdocument>section 3.3: Else-If</a></p>
20 <p><a href="sx6d.html" rel=subdocument>section 3.4: Switch</a></p>
21 <p><a href="sx6e.html" rel=subdocument>section 3.5: Loops--While and For</a></p>
22 <p><a href="sx6f.html" rel=subdocument>section 3.6: Loops--Do-while</a></p>
23 <p><a href="sx6g.html" rel=subdocument>section 3.7: Break and Continue</a></p>
24 <p><a href="sx6h.html" rel=subdocument>section 3.8: Goto and Labels</a></p>
25 <hr>
26 <p>
27 Read sequentially:
28 <a href="sx5l.html" rev=precedes>prev</a>
29 <a href="sx6a.html" rel=precedes>next</a>
30 <a href="top.html" rev=subdocument>up</a>
31 <a href="top.html">top</a>
32 </p>
33 <p>
34 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
35 // <a href="copyright.html">Copyright</a> 1995, 1996
36 // <a href="mailto:scs@eskimo.com">mail feedback</a>
37 </p>
38 </body>
39 </html>