Actions
Bug #651
closedX = X + 1 with X being NON intialised cause crashes later in the application
Start date:
01/31/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
This used to print "NaN"...
// Start of the program
x = x + 1
Print x
Solution: for the main application and it only, ALL variable are now initialized instead of relying on automatic detection.
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Closed
Verified working! :-)
Actions