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

Modifiers are not properly updating type of parent expression #563

Open vicchig opened 2 years ago

vicchig commented 2 years ago

For example when going from a variable that is a string to word.find() the expression itself does not get converted to a number. Either this or draft mode is not picking up the changes.