Based on a report by Zorko on the BlackBox community forum I have created
https://redmine.blackboxframework.org/issues/186 for fixing an inconsistency
between the documentation and the parsing of code procedures.
Dev/Docu/P-S-I.odc specifies that code procedures are a comma-separated sequence of constant expressions.
Leading, trailing, or multiple adjacent commas are not allowed.
In addition, the docu allows arbitrary constant expressions, not only integer and string literals.
The parser in DevCPP.GetCode therefore needs to be aligned with the docu.
It is expected that there are no compatibility issues with existing code and if there are any,
they would be flagged by the compiler and the fix is trivial.
- Josef