Skip to content

Conversation

@henriquelalves
Copy link
Contributor

Fix #625

Adding an error when the user doesn't write a valid identifier in a for loop. Had to check when Godot throws this error, but it basically happens when the parser finishes interpreting an identifier after a for and it's expecting an in; so the user may have used punctuations or spaces in the identifier, or forgot to add an in to the for loop.

@NathanLovato NathanLovato merged commit 4bcc183 into main Sep 20, 2022
@NathanLovato NathanLovato deleted the fix/625-improve-error branch September 20, 2022 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduction to For Loops - Missing Error Describtion

3 participants