This compiler error will occur if there is no expression following a while keyword.
For example:
while
// do something
endwhile
In the above example, the compiler expects to see a boolean expression following (and on the same line as) the while keyword.
Topic 109600, last updated on 18-Apr-2020