Example 1

Operation: Delete the line being referred to by the current line pointer.
delete *
or
delete
or
del *
or
del
or
*

Any of the preceding command combinations or abbreviations cause the deletion of the line referred to currently. The last instance is actually a use of the insert/replace/delete function, not the DELETE subcommand.