This code appears in the following versions (click to see it in the source code): Disc (docked), 6502 Second Processor and Master Code variations between these versions are shown below. Name: DELI Type: Variable Category: Save and load Summary: The OS command string for deleting a file .DELI Code variation 1 of 1Minor and very low-impactTap on a block to expand it, and tap it again to revert. DockedMaster6502SP EQUS "DE.:0.E.1234567" \ Short for "*DELETE :0.E.1234567" EQUB 13 IF _SNG47 EQUS "DELETE :1.1234567" EQUB 13 ELIF _COMPACT EQUS "DELETE 1234567890" EQUB 13 ENDIF EQUS "DELETE:0.E.1234567" EQUB 13