Changes the number of each line of a program stored in memory, using a given increment to set the number of every next line.
Implemented by: ansifull, hptsb, cbmv7, cbmv3.5, Simons1, BBC, ABasiC, minibasicjs
With variations:
Also written as: RENUM
In Commodore's Simons BASIC the command takes two arguments: the new number of the program's first line, and the increment to be used for every next line from there.
RENUMBER 100, 10