4 comments
  1. David
    February 15th, 2007 | 01:27 | #1

    Where can I download (link) a free basic program to test run of your programs?

  2. February 15th, 2007 | 08:34 | #2

    Hi David,

    How about this thing right here on this weblog — it is written in Javascript so could run in your browser as well. The above programs can be loaded and run from there.

    There are, of course, better alternatives around that run native on your operating system; Google can find plenty of them.

  3. jorge
    October 30th, 2007 | 04:29 | #3

    Hi.

    I was writing a little BASIC program using your javascript interpreter.

    How do I break out of a program that is stuck in an infinite loop?

    CTRL-C doesn’t seem to work.

    Thanks!

  4. October 30th, 2007 | 12:20 | #4

    Hmm Ctrl-C works for me in this example:

    10 PRINT “Hello there “;
    20 GOTO 10
    RUN

    (hitting Ctrl-C then aborts the program)..

    It may have to do with the piece of code it is trying to interpret… Can you confirm that you can or cannot abort the above example?

comment on this page

Notice: All comments are moderated. Your comment will appear once approved.

© 2005-2008. All remarks and opinions on this site are the intellectual property of Navaho Gunleg, unless specified otherwise. If you find anything offensive or other wise insulting, just close the damn window.