Recompiling programs after conversion to AREV32, I frequently get a successful compile with what look to be warning messages like
"Suspect Mistyped equate TRUE$"
The programs have some lines like true$ =1 or retry=true$
Are these things likely to cause trouble?
Thanks,
Jim
No it assumes the true$ is an equate and doesn't find it so warns…
World leaders in all things RevSoft
Thanks you,
Jim