Quote Originally Posted by sandsalamand1 View Post
Hi, I code c++ and obj-c, and I was wondering: in gs2, are the variable types assigned automatically somehow? Although this seems intuitive, it seems like it might cause some problems, I was just wondering..
Yes, you do not have to declare the variable.
This does create some problems, but everything is assigned to the type 'object', and the compiler will try to identify it.