issues
search
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
checking operator-token insertions
#515
Open
MajeedKazemi
opened
2 years ago
MajeedKazemi
commented
2 years ago
add type checking to operator-token insertions so that the user wouldn't change a
+
between two strings to a
-
which would cause an error. -> in fact, we should allow the modification, but display an error/warning message
+
between two strings to a-
which would cause an error. -> in fact, we should allow the modification, but display an error/warning message