else:
for line in lines:
evaluation.print_out(Expression("InputForm", line))
return Symbol("Null")
// It would be deserable to call here the routine inside Definition, but for some reason it fails...
// Instead, I just copy the code from Definition
After Change
"List", *(Expression("List", line) for line in lines)),
Expression(
"Rule", Symbol("ColumnAlignments"), Symbol("Left")))
evaluation.print_out(infoshow)
else:
for line in lines:
evaluation.print_out(Expression("InputForm", line))
return ret