The variable "terrminal" is not defined and the compiler stops compilation without error message.
MODULE(fehlerbeispiel);
SYSTEM;
stdout: StdOut;
PROBLEM;
SPC stdout DATION OUT SYSTEM ALPHIC GLOBAL;
DCL terminal DATION OUT ALPHIC DIM(*,80) FORWARD CREATED(stdout);
hauptteil: TASK PRIO 10 MAIN;
OPEN terrminal;
PUT 'Testprogramm für den Compiler-Fehler' TO terminal BY A, SKIP;
CLOSE terminal;
END;
MODEND;
Anonymous
I get the following message:
Is the compiler up to date?
Maybe it would be helpful in the future to add a new option to the script
prllike--versionwhich shows the last commit date from git and the build date using the commands below