Bug #186
Updated by J. Templ over 7 years ago
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 implements it differently and should be aligned with the docu. Reported by Zorko, 2018-04-18.