This commit is contained in:
Kovid Goyal
2020-11-28 16:13:04 +05:30
+1
View File
@@ -538,6 +538,7 @@ class _Interpreter(object):
for expr in prog.expression_list:
if v := self.expr(expr):
return v
return ''
NODE_OPS = {
Node.NODE_IF: do_node_if,