Basic implementation support for namedexpr, fixes #1647

This commit is contained in:
Dave Halter
2020-08-05 10:12:47 +02:00
parent 76c0c373da
commit abf63d73d3
6 changed files with 55 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
x = 3
if NOT_DEFINED:
x = ''
#? 6 int()
#? 6 int() str()
elif x:
pass
else: