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