4 lines
181 B
Text
4 lines
181 B
Text
*%(basename)s:13: SyntaxError: Tail call expression is not allowed here
|
|
return b + continue f() ;
|
|
^^^^^^^^^^^^
|
|
SyntaxError: Tail call expression is not allowed here
|