This statement renumbers program statements, including the line references in all program statements such asGOSUBandGOTOto coincide with the new line numbers.
You can optionally specify the starting position, the increment between lines or a range of lines to renumber. The default value for both the start line number and the increment is ten.
Note:You cannot specify a new starting line number that would cause the lines to change position with respect to other existing program lines. UseMOVELINESorCOPYLINESto do this.