BScript 0.3 review

Download
by rbytes.net on

BScript is a (yet another) BASIC interpreter

License: GPL (GNU General Public License)
File size: 0K
Developer: Ariya
0 stars award from rbytes.net

BScript is a (yet another) BASIC interpreter. It is free software and open-sourced, licensed under the terms of the GNU General Public License version 2 or later. You can use BScript to teach BASIC to your students, write understandable shell scripts (good bye, spaghetti code!), automate simple tasks, or even write a game!

The following BASIC code will be executed by BScript without problem:

print "Hello, world!"

Here are some key features of "BScript":
portable and fast
no need for line number
branching: IF/ELSE/ENDIF
loop: FOR-NEXT/WHILE-END
many run-time functions, from MID$ to RND

BScript 0.3 keywords