reserved words

保留字:在编程语言中具有特殊含义的单词
常用释义
保留字:在编程语言中具有特殊含义的单词,不能用作变量名或函数名。

例句

1·There are three classes of reserved words.

总共有三类保留字。

2·This includes all the delimiters, reserved words and keywords.

这包括所有的分界符,保留字以及关键字。

3·I don't know why. Maybe I've used some reserved words of sina.

我不知为何会这样,或者我用了一些新浪的保留字。

4·Special registers are reserved words that name storage areas generated by the compiler.

专用寄存器是一些保留字,用于指定编译器生成的存储区域。

5·Using new reserved words as identifiers can cause confusion and should be avoided.

使用新增保留字做为识别项容易导致混淆,应该避免。

6·For backward compatibility reasons, new reserved words can be used as an identifiers.

由于向后兼容的原因,新保留字可用作标识符。

7·CLIENT_IGNORE_SPACE Allow Spaces after function names. Makes all functions names reserved words.

允许在函数名后使用空格。所有函数名可以预留字。

8·One effective way to increase the clarity of applications is to develop and use a list of reserved words.

一个增强程序清楚表述能力的有效方法是使用列表中的保留字进行开发。

9·You should avoid these keywords—or what are known as bash shell reserved words—when choosing names for shell variables.

在为 shell 变量选择名称时,应该避免使用这些关键词(也称为 bash shell 保留字)。

10·The following identifiers are used as reserved words, or keywords of the language, and cannot be used as ordinary identifiers. They must be spelled exactly as written here.

以下标识符用作保留字,或者叫做语言的关键字,并且不能作为普通标识符使用,而且它们必须像下面的那样严格拼写。

同义词

保留字;保留词;关键字