hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.26k stars 282 forks source link

💻 Roles of variables: add stepper in for loop #5537

Closed juliabolt closed 1 month ago

juliabolt commented 1 month ago

I've added the stepper role, it works with for loops, but other kinds of steppers are not working yet.

How to test

Follow these steps to verify this PR works as intended:

Checklist Done? Check if you have it all in place using this list: (mark with x if done)

If you're unsure about any of these, don't hesitate to ask. We're here to help!

juliabolt commented 1 month ago

oops let me rebase this branch first