append
Appends another code lines to this code.
If the appended lines have different indent level, then the level of appended lines is adjusted to match the level of the current lines.
The indent level is adjusted by the difference of the levels.
Parameters
appended
the code to append
Appends the lines of the snippet.
Appends the line of code on the current indent level.
Parameters
code Line
the code to add
Appends the code line and indents it to the current indent level.
Parameters
line
the line to append