
In editing a program, when a reference variable name of a predetermined program line is designated, a line variable i (its initial value is 1) and line information n are compared. If i.gtoreq.n, the processing is ended. If i<n, a check is made as to whether the line i is a variable definition area. If the line i is not the variable definition area, the line variable i is incremented and the process is repeated. If the line i is the variable definition area, the line i is searched for the refe...











