Description
The insert command is used to insert text at a specified location.
Parameters: none
Command diagram

Logic
| By: | yes [?] |
| If: | yes [?] |
| On: | yes [?] |
Example commands
insert "foo" at pos 0insert "foo" before every "bar"insert "foo" before char 1
