Content:
|
Identifier : Public <<primitive>> Class PrimitiveTypes
An Identifier is a string with a number of constraints on its appearance, satisfying the requirements typical programming languages define for their Identifiers.<br/><br/>This datatype represents a string, that can be used as a c-Identifier.<br/><br/>It needs to start with a letter, mayconsist of letters, digits and underscore. It must not have two consecutive underscores (to support subsequent name mangling based on "__").<br/><br/>
|