Muhammad Umer Mansoor wrote:
The mistakes in the line that says, "Here, all variables of type MyInteger are automatically initialized to 0 when created.", which is not the case. All variables of type MyInteger when created will be initialized to 42, not 0. So, the corrected statement might look like: "Here, all variables of type MyInteger are automatically initialized to 42 when created."
Thanks. Incidentally, someone else has reported the same problem the other day. It will be fixed with the next update.
Frank