Primitive types in GDScript are lowercased (while complex types are capitalized).
Examples
int
bool
Primitive vs. Complex types
Complex types are classes.
Examples of complex types
String
Primitive types in GDScript are lowercased (while complex types are capitalized).
int
bool
Complex types are classes.
String