Jump to content
IGNORED

Create an applesoft basic program, one line at a time.


Recommended Posts

Let's see how this goes.  Here are some ground rules.

- Your line can be inserted anywhere in the program.

- No double posting without waiting 24 hours.

- You can cause an error in the program. E.g if I started the program with a simple GOTO line, we would get an UNDEF'D STATEMENT ERROR, or another user could put RETURN, and get a RETURN WITHOUT GOSUB ERROR. These should be corrected though

- The program must keep going (no END without another path running or have an infinite loop without an escape hatch)
 

I'll start


0 HOME

Link to comment
Share on other sites

  • 3 months later...
  • 3 weeks later...
  • 2 months later...
  • 2 weeks later...
0 HOME
1 ?"ATARIAGE Create an applesoft basic":?"program one line at a time":?:?"PRESS ANY NUMBER TO START":INPUT P:IF P=<128 THEN GOTO 10:rem osgeld 
10 COLOR = 2
20 GR
30 REM DUPE OF 50 VLIN 0,30 AT 19
40 REM Why is someone posting scans in here?
50 COLOR = 2: VLIN 0, 30 AT 19

 

Edited by Osgeld
Link to comment
Share on other sites

I changed line 0 and changed line 1 to 5 

0 TEXT:HOME:REM skr, osgeld edit 
5 ?"ATARIAGE Create an applesoft basic":?"program one line at a time":?:?"PRESS ANY KEY TO START":INPUT N$:REM osgeld 
10 COLOR = 2:REM skr
20 GR:REM ClausB
30 REM DUPE OF 50 VLIN 0,30 AT 19: REM skr
40 REM Why is someone posting scans in here? DeathAdderSF
50 COLOR = 2: VLIN 0, 30 AT 19:REM polyex
60 PRINT "SOME SERIOUS ?SYANTAX ERRORS HERE":REM classicgamer_27330

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...