You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: