Rules

Identifiers:

Joining words in multiword names

Since InfoMaker does not allow spaces in identifiers, you can use any of the following techniques to join words in an identifier:

Examples

Here are some valid identifiers:

first_quarter_summary
EMPLOYEE_LABELS
EmployeeSalarySummary
Employee_by_#

Here are some invalid identifiers:

2nd-quarter    // Does not start with a letter
emp list       // Contains a space
Employee’sInfo // Contains an invalid character