This shows you the differences between two versions of the page.
alf:teme:tema_en_2 [2021/03/21 21:37] alexandru.radovici |
alf:teme:tema_en_2 [2022/03/24 17:13] (current) diana.ghindaoanu [Statements] |
||
---|---|---|---|
Line 7: | Line 7: | ||
Deadline: **4th of April, 23:55**\\ | Deadline: **4th of April, 23:55**\\ | ||
Points: **1 point** out of the final grade\\ | Points: **1 point** out of the final grade\\ | ||
- | Link: [[github]]\\ | + | Link: [[https://classroom.github.com/a/svxVErwV|Devoir 2]]\\ |
Late upload: **1 point / day** (maximum 2 days)\\ | Late upload: **1 point / day** (maximum 2 days)\\ | ||
</note> | </note> | ||
Line 50: | Line 50: | ||
POSITION: 200, 200 | POSITION: 200, 200 | ||
COMMAND_WITH_ERROR | COMMAND_WITH_ERROR | ||
- | LINE: position 300, 350 | + | LINE: 300, 350 location |
</code> | </code> | ||
Line 145: | Line 145: | ||
<code> | <code> | ||
- | LINE: position x y | + | LINE: x y position |
- | LINE: polar l a | + | LINE: l a polar |
</code> | </code> | ||
Line 166: | Line 166: | ||
Wrong parameter type for type | Wrong parameter type for type | ||
- | ERROR LINE (line_number): LINE parameter 1 requires one of (position, polar), you wrote (actual_written_parameter_value) | + | ERROR LINE (line_number): LINE parameter 3 requires one of (position, polar), you wrote (actual_written_parameter_value) |
Wrong parameter type | Wrong parameter type | ||
Line 313: | Line 313: | ||
The file ends and there still is at least one LOOP without REPEAT | The file ends and there still is at least one LOOP without REPEAT | ||
- | You have number_of_repeats LOOP without REPEAT | + | ERROR LINE (line_number): LOOP with no REPEAT |
Line 339: | Line 339: | ||
The file ends and there still is at least one WHILE without REPEAT | The file ends and there still is at least one WHILE without REPEAT | ||
- | You have number_of_repeats WHILE without REPEAT | + | ERROR LINE (line_number): WHILE with no REPEAT |
=== REPEAT === | === REPEAT === |