Skip to content

Conversation

@ganicke
Copy link
Collaborator

@ganicke ganicke commented Jan 22, 2026

Mention the loop limit for the index in the for loop of step 5. Seems that some users may miss this after dropping in the loop block.

This could get preset as a custom toolbox block if blockconfig worked in this target?

```blockconfig.global
for(let index = 0; index <= 3; index++) {}
```

Closes #5841

@abchatra abchatra merged commit 396a068 into master Jan 22, 2026
20 checks passed
@abchatra abchatra deleted the turtle-square-loop-parm branch January 22, 2026 18:55
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.

"Turtle-Square": Step 5 hint didn't match with actual block

3 participants