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.3k stars 285 forks source link

🪲 Fix color command error #5603

Closed boryanagoncharenko closed 3 months ago

boryanagoncharenko commented 3 months ago

Fixes #5597 The color command fails with an unknown variable error because colors are not transpiled to literal colors but to variables.

How to test

mergify[bot] commented 3 months ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).