/B3ScriptSource

B3 or B2 Basic or "Basically Browser Basic"

Primary LanguageJavaScript

B3ScriptSource

B3 or B2 Basic or "Browser Blaze Basic"

This is the Source Code of the B3Script project.
This allows Basic (the programming language) to run in your html pages.

Usage:

    <script type="text/basic" id="autorun.bas">

    10 print "hello world "; 
    20 goto 10
    
   </script>

For more information, documentation, and how to get started,
please visit https://github.com/JoystickAndCursorKeys/B3Script