Identifiers

A Genero Business Development Language (BDL) identifier is a character string that is declared as the name of a program entity.

Identifiers must conform to the following rules:

Within non-English locales, BDL identifiers can include non-ASCII characters in identifiers, if those characters are defined in the code set of the current locale. In multibyte East Asian locales that support languages whose written form is not alphabet-based (such as Chinese, Japanese, or Korean), an identifier does not need to begin with a letter. It is however recommended to program in ASCII.