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
Please note that I had to replace the tabs with four dashes when I pasted the code into here for it to display correctly. I had expected the code to either create an error, or state that the exercise requirements were not met. I am using the Linux Desktop version of the most recent version. I also don't expect this to be a "correct answer", but I would prefer to not have to reopen GDQuest just for having to test this mistake.
The text was updated successfully, but these errors were encountered:
Running the following code in Lesson 23, Exercise 1 causes the GDQuest program to close once the code is run:
var waiting_orders := []
var completed_orders := []
func complete_current_order():
----waiting_orders.pop_front()
----completed_orders.append()
Please note that I had to replace the tabs with four dashes when I pasted the code into here for it to display correctly. I had expected the code to either create an error, or state that the exercise requirements were not met. I am using the Linux Desktop version of the most recent version. I also don't expect this to be a "correct answer", but I would prefer to not have to reopen GDQuest just for having to test this mistake.
The text was updated successfully, but these errors were encountered: