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

String function deletion bug #592

Closed just6660 closed 2 years ago

just6660 commented 2 years ago

Using hole deletion in strings causes bugs. 1) str1 2) Clicking delete here leaves just the declaration image 3) if you try to click "=" or add a new string function such as ".join" it will break image

Make hole deletion for string functions delete the variable declaration as well