Back2basic

a library for LuaZM

Download as .zip Download as .tar.gz View on GitHub

Back2BASIC


1. What it is

Back2BASIC is a library that allows you to have all the functions you loved in BASIC. This will help BASIC programmers switch to lua, as well as making it more straightforward to port BASIC programs to lua.

2. Already implemented

3. To be implemented

Help me come up with ideas!

4. Usage

Make a folder called "lib" in your root directory. Put b2b.lua in this folder. In the program you wish to use the library, put run([[lib\b2b.lua]]) at the top.

5. Function syntax

Can be found in README.