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.29k stars 284 forks source link

Difficult error after replacing ask for print level-2 #166

Closed MarinusVanDijk closed 3 years ago

MarinusVanDijk commented 3 years ago

This works fine!

image

But after replacing ask for print command in line 2:

image

  1. I expect an error as: do you mean ask instead of print?
  2. I do not see the code anymore because the error message is too big.
Felienne commented 3 years ago

Similar to https://github.com/Felienne/hedy/issues/164