識別子【Identifiers】

Identifiers are used as names of variables, functions, and data types. The length of an identifier cannot exceed 31 character.

識別子は、変数、関数、およびデータ型の名として使用されます。 識別子の長さは 31 文字を超えることはできません。

Symbols you can use: numbers from 0 to 9, Latin capital and small letters a to z, A to Z (recognized as different symbols), the symbol of underlining (_). The first symbol cannot be a number. The identifier must not coincide with any reserved word.

記号を使用できます。0 ~ 9 の数字、ラテン文字の大文字と小文字の a ~ z、A ~ Z (異なる記号として認識)、下線 “_” の記号。 最初の記号は数字であることはできません。 識別子は予約語と一致してはいけません。

Examples:

例:

 

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">