Hey guys how do you guys output an object's type. For instance lets say i had the following line of code
Pokemon pikachu;
and I want to output the object(aka pikachu)'s type (which in this case is Pokemon). Is there a way to do so?
Hey guys how do you guys output an object's type. For instance lets say i had the following line of code
Pokemon pikachu;
and I want to output the object(aka pikachu)'s type (which in this case is Pokemon). Is there a way to do so?