A new text-based environment that helps beginners transition into conventional text-based programming environments.
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
x = 123
x = 123
this is not related to your new changes @vicchig it has been here previously.