Sunday, February 24

EDIT

The EDIT command displays specified line and position the cursor under the first digit of the line number, so that the line may be edited (or corrected).
Syntax
EDIT line number
Where,
line number : The line which you want to correct.

  • The line number which you want to edit should exist on the program.
  • The current line is always the last line referenced by an EDIT command.
Example 17
EDIT 50  (press enter key)
It displays program line number 50 for editing.

No comments:

Post a Comment