Can you add the ability to detect (in the runtime) uninitialized variables? For example, the following program should not print zero, but should give an error message saying that variable "I" is not initialized.
10 PRINT I
Of cause, this break compatibility so it is better to implement this as INI-file setting (not default).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, sorry, I'm not likely to implement features that add further complexity - as it is I have hardly enough time to stay on top of bugs and to finish implementing missing features of GW-BASIC.
Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "[CLOSED] General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Can you add the ability to detect (in the runtime) uninitialized variables? For example, the following program should not print zero, but should give an error message saying that variable "I" is not initialized.
10 PRINT I
Of cause, this break compatibility so it is better to implement this as INI-file setting (not default).
Hi, sorry, I'm not likely to implement features that add further complexity - as it is I have hardly enough time to stay on top of bugs and to finish implementing missing features of GW-BASIC.
Rob