whitespace.html

来自「gcc手册」· HTML 代码 · 共 29 行

HTML
29
字号
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="Whitespace">Whitespace</a>,

Next:<a rel="next" accesskey="n" href="Comments.html#Comments">Comments</a>,

Previous:<a rel="previous" accesskey="p" href="Preprocessing.html#Preprocessing">Preprocessing</a>,

Up:<a rel="up" accesskey="u" href="Syntax.html#Syntax">Syntax</a>

<hr><br>

</div>



<h3 class="section">Whitespace</h3>



   <p><dfn>Whitespace</dfn> is one or more blanks or tabs, in any order. 

Whitespace is used to separate symbols, and to make programs neater for

people to read.  Unless within character constants

(see <a href="Characters.html#Characters">Character Constants</a>), any whitespace means the same

as exactly one space.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?