editor.f

Command/Editor, Releases: AP and R83

Flip buffers.

Description

toggles the dual editor buffers so that additional changes may be made to an item, or for reviewing previous changes.

After the 'flip', the line pointer is positioned to the beginning (top) of the item.

Changes to items must be made from the 'top down'. This means that changes may not be made to any line above a line in which a change has already been made without previously using the 'f' command.

As a general rule, use the 'f' command whenever changes are required above the last line in which a change was made, or upon receiving a 'seqn?' error message.

Example

014 print customer.id
.i print
.12
012 print current.balance
.i
seqn?

The most common error message is the 'seqn?' message. It indicates
that a change is being attempted to a line 'above' a line in which a
change has been made. To correct this, use the 'f' ('flip')
command, then try the same operation that previously failed.

See Also

Command Name Type Description
editor.t Command Top.
editor.errors Definition Editor error messages.
editor.introduction Introductory The line-oriented editor.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.