Beginner’s All–purpose Symbolic Instruction Code
http://www.stazsoftware.com/futurebasic/index.php
Strangely enough, the following code actually ran in FutureBasic as-is:
10 CLS
20 PRINT "Hello, World!"
Cool as it looks, FutureBasic is not a language I will be using for any development. Take a look at Chipmunk Basic instead.
[ Basic ]