Closed aldanor closed 3 years ago
So, apparently this fails:
a = 1 debug( a, a, a, a, )
yielding
<ipython-input-540-3818b4c07d3a>:2 <module> (error passing code, SyntaxError: unexpected EOF while parsing (<ipython-input-540-3818b4c07d3a>, line 2)) 1 (int) 1 (int) 1 (int) 1 (int)
However if you join any two of the four lines inside parentheses, it then works just fine.
fixed in #82
So, apparently this fails:
yielding
However if you join any two of the four lines inside parentheses, it then works just fine.