processIdentifier is a utility function that wraps an illegal identifier in backticks.

processIdentifier(identifier)

Arguments

identifier

The identifier that may be illegal.

Value

The identifier wrapped in backticks (if illegal) or unchanged.