You do not have to do so on Graal, since it's 1. An object oriented language, and 2. There are no defined types in Gs2, unlike Gs3.
To consider an initial value, you can do this.height = 0; but definitely not this.height;
You do not have to do so on Graal, since it's 1. An object oriented language, and 2. There are no defined types in Gs2, unlike Gs3.
To consider an initial value, you can do this.height = 0; but definitely not this.height;
-Johnaudi