Author Topic: BASIC-256  (Read 11678 times)

JRS

  • Guest
BASIC-256
« 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.



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? (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.

« Last Edit: October 22, 2010, 08:09:02 PM by admin »

JRS

  • Guest
Re: BASIC-256
« Reply #1 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.






E.K.Virtanen

  • Guest
Re: BASIC-256
« Reply #2 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.

JRS

  • Guest
Re: BASIC-256
« Reply #3 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)