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:
例:
1 | NAME1 namel Total_5 Paper |