MINI-BASIC
A translator for basic language into javascript. The Javascript format will follow Blijs, and it
supports all Blijs commands.
If you prefer to write javascript/typescript that use Blitz Basic command you can check
Blijs
Github Repo can be found
here
Supported Key Word:
If, ElseIf, EndIf, Else, Then,
For, Next, To,
Function, End Function, Return,
While, Wend,
Supported Operator:
+, /, *, -, ==, <=, >=, <>, >, <, !=, ;, &&, ||
Command Reference:
==================
Command reference is not yet available, but it will follow Blijs command reference
(
check
it here).