1.

What Characters Are Permitted In A Class Name? In A Module Name? In Other Identifiers?

Answer»

Class NAMES can CONTAIN lowercase letters, numbers, and underscores, and should begin with a lowercase letter. “::” can be USED as a namespace separator.

The same rules should be used when NAMING defined resource types, modules, and parameters, although modules and parameters cannot use the namespace separator.

Variable names can include alphanumeric characters and underscores, and are case-sensitive.

Class names can contain lowercase letters, numbers, and underscores, and should begin with a lowercase letter. “::” can be used as a namespace separator.

The same rules should be used when naming defined resource types, modules, and parameters, although modules and parameters cannot use the namespace separator.

Variable names can include alphanumeric characters and underscores, and are case-sensitive.



Discussion

No Comment Found