A simple Copy Paste code for Apple ii

3 posts / 0 new
Last post
Toolkitman's picture
Offline
Last seen: 2 months 4 hours ago
Joined: Nov 21 2010 - 15:30
Posts: 249
A simple Copy Paste code for Apple ii

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

Offline
Last seen: 1 year 2 months ago
Joined: May 27 2009 - 01:37
Posts: 1002
Re: A simple Copy Paste code for Apple ii

Have you thought about using a development forum or source code repository like sourseforge or github?

Toolkitman's picture
Offline
Last seen: 2 months 4 hours ago
Joined: Nov 21 2010 - 15:30
Posts: 249
Re: A simple Copy Paste code for Apple ii

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

Log in or register to post comments