Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.



Identifiers

In CGS, an identifier is a name assigned to a variable; it can be from one to several characters long. An identifier may start with a letter of the alphabet or an underscore but not a digit. Next may be a letter, a digit or an underscore. CGScript is a case sensitive so variable and Variable are different. Here are some examples of acceptable identifiers:

myVar x x2 y_y

MyVar _x x2_