* better
[mascara-docs.git] / lang / C / the.ansi.c.programming.language / c.programming.notes.int / sx4c.html
blob55ca259e75d3f5f2fb597239013624bb36a71fe6
1 <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995-7 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>18.3: More Statements</title>
10 <link href="sx4eb.html" rev=precedes>
11 <link href="sx4ac.html" rel=precedes>
12 <link href="sx4.html" rev=subdocument>
13 </head>
14 <body>
15 <H2>18.3: More Statements</H2>
17 <p>We'll round out this section by looking at three more statements:
18 <TT>switch</TT>,
19 <TT>do</TT>/<TT>while</TT>,
20 and <TT>goto</TT>.
21 </p><p><a href="sx4ac.html" rel=subdocument>18.3.1: <TT>switch</TT></a></p>
22 <p><a href="sx4bc.html" rel=subdocument>18.3.2: <TT>do</TT>/<TT>while</TT></a></p>
23 <p><a href="sx4cc.html" rel=subdocument>18.3.3: <TT>goto</TT></a></p>
24 <hr>
25 <p>
26 Read sequentially:
27 <a href="sx4eb.html" rev=precedes>prev</a>
28 <a href="sx4ac.html" rel=precedes>next</a>
29 <a href="sx4.html" rev=subdocument>up</a>
30 <a href="top.html">top</a>
31 </p>
32 <p>
33 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
34 // <a href="copyright.html">Copyright</a> 1996-1999
35 // <a href="mailto:scs@eskimo.com">mail feedback</a>
36 </p>
37 </body>
38 </html>