AllBASIC Forum

BASIC Developer & Support Resources => Interpreters => Topic started by: JRS on October 21, 2010, 08:05:39 PM

Title: BASIC-256
Post by: JRS on October 21, 2010, 08:05:39 PM
BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.

(http://files.allbasic.info/AllBasic/B256-checkerboard.png)

BASIC-256 Syntax Reference 0.9.6.45

Statements and Functions - Alphabetic

Statements and Functions - Grouped

Arrays

Database (SQLite)

Error Handling

File Input/Output

Graphics

Keyboard and Text

Mathematics

Mouse

Network Communications

Program Control

String Handling

Sound

Time and Date

Other Statements and Functions


http://www.basic256.org

So You Want to Learn to Program? (http://www.basicbook.org/Download) (Tutorial using BASIC-256)

Note: Kaspersky IS-2010 complains and warns about the use of this program but I have no reason to believe it is malware or infected.

Title: Re: BASIC-256
Post by: JRS on October 22, 2010, 07:50:17 PM
I'm done testing BASIC-256. No FUNCTION or SUB ability in this version of Basic. I'm unsure of the max string length or the number of array dimensions supported. It looks like a First Basic like language that might get someone interested in programming.





Title: Re: BASIC-256
Post by: E.K.Virtanen on October 22, 2010, 08:53:35 PM
I have tried this one. It is a good starting tool for beginner, but if you have programmed more than few months, this comes too limited pretty fast.
Title: Re: BASIC-256
Post by: JRS on October 22, 2010, 09:27:00 PM
I like the simplicity of the IDE and might try to put something together for ScriptBasic that works in the same manor. (editor, debugger, output window)