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.27k stars 282 forks source link

🖊️ Add support for boolean values #5524

Closed boryanagoncharenko closed 1 month ago

boryanagoncharenko commented 1 month ago

Fixes #5370 Adds support for boolean values with the following caveats:

How to test In levels 15-18, try the following programs:

a is true
print a
a is true

while a = True
    print 1
    a = false

print 2
mergify[bot] commented 1 month 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).

mergify[bot] commented 1 month 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).