//行数つけるよ.mac

begingroupundo;gofiletop;escape;#i=1;
while(#i<linecount2){
insert "PLOT"+str(#i)+"=";
moveto2 0,#i+1;#i=#i+1;
}
endgroupundo;