Add a "current_line" local variable in the re-treeification logic in eval_sequence.
Before it was using the global variable "this_line", but not for any apparent reason.
This makes it structually clearer that "this_line" is not conceptually modified.