gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

Invalid Syntax on variable assignment fails to give error message #78

Open ninakoch opened 9 years ago

ninakoch commented 9 years ago

In the console, if you attempt to assign a variable this way:

"a" = b

You do not get the Invalid Syntax error message that you should get. Instead, it goes to the next line and types the ellipsis, indicating that you have opened some kind of indented structure.

This did not happen in JES 4.3