Jump to content
Sign in to follow this  
CyranoJ

New commands added: COLOUR and PLOT (not 100% applicable to rb+)

Recommended Posts

New commands added for v.0.1.6

 

COLOUR and PLOT.

 

200 CLS
205 FOR Y=0 TO 199
210 FOR X=0 TO 319
220 COLOUR(X):PLOT(X,Y)
230 NEXT X
240 NEXT Y
999 GOTO 999
For all you Americans out there - COLOUR has a U in it... Deal with it :)
v.0.1.6 is available for download in the download thread.

 

 

  • Like 3

Share this post


Link to post
Share on other sites

hello

thanks for this basic compiler !

i like to do little games in basic langague

i want to try it, but i dont know how to start the program

when i make a double click on build.bat, a black screen appears 1 second, and after, nothing happens ....

thanks in advance for helping me

Share this post


Link to post
Share on other sites

If you run build.bat from the command prompt it won't close after the error messages. Then you can copy and paste the error message.

Share this post


Link to post
Share on other sites

ok. thanks for the help

i have run build.bat from the command prompt and it says that my version of windows is not compatible (xp upgraded to vista).

i will try later windows7

Share this post


Link to post
Share on other sites

When does it say that? I am afraid I can't help much though, I am running on Linux so I've customised the tools a bit and I use a bash script.

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...