At the very beginning, in the "Instructions exercise" (C language), I am able to validate it with a wrong code. For instance, the following code validates it while there is a syntax error (missing semicolon after the second right()):
The C language is very prototypal so far. Its support was kinda dropped in the webPLM version. We need to reinstanciate it in the future. Please be patient...
At the very beginning, in the "Instructions exercise" (C language), I am able to validate it with a wrong code. For instance, the following code validates it while there is a syntax error (missing semicolon after the second right()):
brushDown(); stepForward(); stepForward(); right(); stepForward(); stepForward(); right() stepForward(); stepForward(); right(); stepForward(); stepForward(); right(); brushUp(); stepForward(); right(); stepForward(); left();
The error is displayed in the console, but I still validate the exercise.