* better
[mascara-docs.git] / lang / C / the.ansi.c.programming.language / notes.accompany.ansi.c / sx4d.html
blob2c000e6e4feda5d5c6d82862298ad5fc0c6c81ff
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>section 1.4: Symbolic Constants</title>
10 <link href="sx4c.html" rev=precedes>
11 <link href="sx4e.html" rel=precedes>
12 <link href="sx4.html" rev=subdocument>
13 </head>
14 <body>
15 <H2>section 1.4: Symbolic Constants</H2>
17 pages 14-15
18 <p>Deep sentence:
19 <blockquote>Notice that there is no semicolon at the end of a <TT>#define</TT> line.
20 </blockquote>Actually, all lines that begin with <TT>#</TT> are special;
21 we'll learn more about them later.
22 </p><hr>
23 <p>
24 Read sequentially:
25 <a href="sx4c.html" rev=precedes>prev</a>
26 <a href="sx4e.html" rel=precedes>next</a>
27 <a href="sx4.html" rev=subdocument>up</a>
28 <a href="top.html">top</a>
29 </p>
30 <p>
31 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
32 // <a href="copyright.html">Copyright</a> 1995, 1996
33 // <a href="mailto:scs@eskimo.com">mail feedback</a>
34 </p>
35 </body>
36 </html>