The insert command inserts a new line into a document.
insert [ text ]
text | The text parameter may be specified to indicate the text for the new line. |
The status parameter is not affected by this command.
The new element is inserted after the current element. If you need to insert an element at the top of the document you will need to use the add command. If you want to insert a show element use the insertShow command.
insert some text
add command
insertShow command
text parameter
Default editor commands