currently the following code snipplet compiles are runs:
IF x < 1 THEN
then:
GOTO next;
ELSE
else:
GOTO then;
FIN;
Such constructs should not be allowed in high level programming languages independent of the fact that C++ does allow this.
Compiler and language report should become sharpened.
Anonymous