Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 883 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 883 Bytes

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

License

This project uses the MIT License, with an additional request to explicitly mention and link back to this repository in derivative works.
See the LICENSE file for details.

As of 2025-02-23, this project explicitly uses the MIT License with attribution and brand protection clauses. Any users who previously downloaded or forked this repository may use and redistribute under these same terms.