A downloadable tool

NOTEPAD 1.0 WITH COPY PASTE FOR APPLE IIE

PLAY IN BROWSER : https://archive.org/details/notepad_20260221


This is a Tool i have invented and developed in 10 lines of code and less than 80 carachters that let you write note

CODE EXPLANATION

1 Print the notepad help then ask for an input 

2 Do an if statment that ask a variable COPY to input another variable

3 Do an input

4 If the input is equal to PASTE then it will print the previous input in the if statment 

5 The same as 2 plus input

6 Same as 4

7 Same as 5

8 Same as 6

9 Ask an input

10 If the input is equal to R then restart the program


CODE

10 ? "NOTEPAD 1.0 - WRITE LETTERS THEN PRESS RETURN, COPY-PASTE" : INPUT B$
20 IF B$ = "COPY" THEN INPUT D$
30 INPUT K$
40 IF K$ = "PASTE" THEN ? D$ 
50 IF K$ = "COPY" THEN INPUT Z$ : INPUT R$
60 IF R$ = "PASTE" THEN PRINT Z$ 
70 IF R$ = "COPY" THEN INPUT Y$ : INPUT N$
80 IF N$ = "PASTE" THEN ? Y$
90 INPUT M$
100 IF M$ = "R" THEN GOTO 10
Published 16 days ago
StatusReleased
CategoryTool
AuthorBASIC 10Liner
Tags10liner, 8-Bit, appleii, basic

Download

Download
NOTEPAD APPLE IIE WITH COPY PASTE (1).txt 1 kB
Download
NOTEPAD.DSK 140 kB

Install instructions

Emulator : Use Applewin loading the .dsk image from file and pressing the Apple button.

Comments

Log in with itch.io to leave a comment.

very good