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.
Currently Hedy is unable to parse floats. However, there is no proper error to indicate this. The current error doesn't show which line the error occurred either, see picture. There should be an error indicating floats are not available in Hedy.
Currently Hedy is unable to parse floats. However, there is no proper error to indicate this. The current error doesn't show which line the error occurred either, see picture. There should be an error indicating floats are not available in Hedy.