One other problem I found today as well, “if var in string:“ also doesnt work and the error message doesnt highlight where it happened too. Below is example in console for my system and below that is the error message from the system.
Primarily it would help to have line numbers as “thing in thing” was confusing, especially because “if var in [list]:” is supported.
Additionally string handling code isnt supported “.lower()”, “.endswith”, “.startswith”, as well as missing “regex” as an alternative way to find strings.