Apple ][ Emulator Thing

]list 10 REM ***********************
15 PRINT “Apple ][”
20 PRINT “Programming by Joe”
25 REM
30 REM Begin the loop
35 REM 40 FOR X = 1 TO 100 by 3
43 PRINT (X * X)” is the square of “X”.”
45 PRINT SQR (X)” is the squar e root of “X”.”
50 PRINT
60 NEXT
65 REM
70 REM End the loop
75 REM
80 REM ***********************
90 REM Kicking it old school
100 REM 28 March 2004
110 REM by Joe Crawford
120 REM http://lab.artlung.com ]

Check Virtual ][ for an Apple II Emulator. It’s like a trip in a wayback machine.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.