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.32k stars 289 forks source link

Can only use one elif #431

Closed LauraTSD closed 3 years ago

LauraTSD commented 3 years ago

Noticed when testing and showing Hedy that only one elif can be used at a time. Occured level 9 and on. Test that failed: image Error message: image

LauraTSD commented 3 years ago

This issue has been fixed by: Fix for the elifs #432 Still needs to be reviewed, can close issue when review is done

Felienne commented 3 years ago

closed by #432