📄 symbol-intro.html
字号:
<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="Symbol%20Intro">Symbol Intro</a>,
Next:<a rel="next" accesskey="n" href="Statements.html#Statements">Statements</a>,
Previous:<a rel="previous" accesskey="p" href="Comments.html#Comments">Comments</a>,
Up:<a rel="up" accesskey="u" href="Syntax.html#Syntax">Syntax</a>
<hr><br>
</div>
<h3 class="section">Symbols</h3>
<p>A <dfn>symbol</dfn> is one or more characters chosen from the set of all
letters (both upper and lower case), digits and the three characters
<code>_.$</code>.
On most machines, you can also use <code>$</code> in symbol names; exceptions
are noted in <a href="Machine-Dependencies.html#Machine%20Dependencies">Machine Dependencies</a>.
No symbol may begin with a digit. Case is significant.
There is no length limit: all characters are significant. Symbols are
delimited by characters not in that set, or by the beginning of a file
(since the source program must end with a newline, the end of a file is
not a possible symbol delimiter). See <a href="Symbols.html#Symbols">Symbols</a>.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -