I’m working on porting some old code written in PowerBASIC and compiled by the PowerBASIC Console Compiler.
I don’t actually have access to a working PBCC myself, only some compiled artifacts to assist with regression testing the ported code.
In the source there is a variable recur
which is defined and then never used, and a variable RECUR
which is used but never defined, leading me to believe that the compiler may be case-insensitive for variables.
Can anyone confirm this?
The only reasonable reference that I’ve found for assisting me with this is this reference, and it doesn’t mention anything about this detail, or at the very least I couldn’t find it.
Extradosages is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1