Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 352 Bytes

0068.md

File metadata and controls

5 lines (3 loc) · 352 Bytes

0068: Forbidden character in identifier

The compiler finds an forbidden character in a variable name, label, or any other identifier. Only digits, letters and the underscore (_) are allowed.

Possible solutions: update the name to include only allowed characters.