This is a simple copy paste code i have developed just for joke but it seems to work fine!
EMULATED VERSION CLICK HERE!
Here the code:
10 PRINT "COPY PASTE"
11 PRINT " "
20 PRINT "WRITE A WORD"
21 PRINT " "
30 INPUT AG$
31 PRINT " "
35 PRINT "TO PASTE PRESS P KEY ON KEYBOARD THEN RETURN "
36 PRINT " "
40 INPUT BG$
50 IF BG$ ="P" THEN PRINT AG$
51 PRINT " "
60 PRINT "DO YOU WANT TO REPEAT PASTE"
70 INPUT CG$
90 IF CG$ = "P" THEN PRINT AG$
100 IF CG$ <> "P" THEN GOTO 10
110 GOTO 10
Have you thought about using a development forum or source code repository like sourseforge or github?
i'm using internet archive i dont know the existance of the one mentioned.
i have made this on github but i dont know if it's made correctly.
copy paste github