append_text
Description:
Appends text to the list of strings stored in this.
This is the same as calling insert_text with a position of -1.
Parameters:
| this | |
| text |
A string |
Appends text to the list of strings stored in this.
This is the same as calling insert_text with a position of -1.
| this | |
| text |
A string |