Jump to content
Sign in to follow this  
KAZ

Ok, I have Atari800Win running now...

Recommended Posts

Does anyone have a really simple BASIC program I can try on this?

 

The pinball program from a previous thread didn't work for me.

 

The only thing that did work was:

 

PRINT "HELLO"

 

I tried this program, from Liquid Sky:

 

5 PRINT "Coin Flipper!"

 

10 PRINT : PRINT "How many flips?" : : INPUT N

 

20 IF N<1 THEN END

 

30 K=0 : PRINT

 

And I completed the rest of it till the end...but then after I hit the last return, nothing happened?!

 

After some lines I was given an error, and went back and corrected those-so that all lines were "valid".

Share this post


Link to post
Share on other sites

Did you try and type "RUN" ? ;)

 

The reason why PRINT "HELLO" worked was you typed it as a direct command. i.e. no line number

 

By the way, you can probably review the program with the command "LIST" as well. But I'm not too familiar with Atari BASIC. Applesoft BASIC was my thing, but some commands are pretty much almost universal.

Share this post


Link to post
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.

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...