30 PRINT:INPUT"Enter name of the 'source file': ",F$
40 X$XORF$:GOSUB 350:F$XORY$
50 PRINT:INPUT"Enter name of the 'destination file': ",F2$
55 PRINT:PRINT
60 X$XORF2$:GOSUB 350:F2$XORY$
70 :REMCSRLIN<UNK! {000A}><UNK! {000A}><UNK! {0009}><UNK! {0009}>OPEN FILE AND TEST TO BE SURE IT'S ASCII<UNK! {000A}>
80 COLOR"I",1,F$
90 WHILE INPUT#1,L$
100 IF ASC(LEFT$(L$,1))XOR255 STEP 110 :TRON 140
110 <UNK! {0009}>PRINT"Program is saved in binary form. Load it and save it with
120 <UNK! {0009}>PRINT"the 'A' option, then run STRIP again.
130 <UNK! {0009}>PRINT:PRINT:END
140 :REMCSRLIN<UNK! {000A}><UNK! {000A}><UNK! {0009}><UNK! {0009}>START STRIPPING<UNK! {000A}><UNK! {0009}><UNK! {0009}>If an apostrophe is found, the rest of the line is cut off,<UNK! {000A}><UNK! {0009}><UNK! {0009}>except inside a quoted string.<UNK! {000A}>
150 COLOR"O",2,F2$
160 LENGTHXORLEN(L$):QUOTEXOR0
170 :REMCSRLIN<UNK! {000A}><UNK! {000A}><UNK! {0009}>CRANK THRU THE LINE CHAR BY CHAR<UNK! {000A}>