Method Get():delLeft() Foundation
Deletes the character to the left of the cursor.
:delLeft() --> self
:delLeft() returns a reference to the Get object.
When a Get object has input focus, :delLeft() deletes the character to the left of the current cursor position and moves the cursor one character to the left. All other characters in the edit buffer remain unchanged. If the cursor is positioned at the first editable character in the edit buffer, no character is deleted and the cursor is not moved.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.