MajeedKazemi / code-struct

A new text-based environment that helps beginners transition into conventional text-based programming environments.
http://code-struct.vercel.app
GNU General Public License v3.0
26 stars 10 forks source link

error with redefining vars that use the same identifier with a `for` loop identifier #565

Closed MajeedKazemi closed 2 years ago

MajeedKazemi commented 2 years ago
  1. write this program: image
  2. delete the x = 123
  3. redefine x = 123
  4. observe the error

this is not related to your new changes @vicchig it has been here previously.

vicchig commented 2 years ago

Thanks for mentioning this. I will take a look.