
100 CALL -936 :PRINT " (insert your name, address and phone)"
200 PRINT "THIS DISK CONTAINS INTEGER BASIC PROGRAMS" (or game programs, etc.)
300 FOR 1=1 TO 1000:. NEXT I: CALL -936
400 PRINT "Dc CATALOG':END
Note: In line 400 after the first quote, hit the Control key and the “D” key at the same time. This is how the disk system responds to commands within a Basic program, with Control D in a print statement.