2011-10-11 08:50:56 +02:00
|
|
|
BASIC-256 is an easy to use version of BASIC designed to teach anybody
|
2012-10-11 19:36:21 +02:00
|
|
|
(especially middle and high-school students) the basics of computer
|
2011-10-11 08:50:56 +02:00
|
|
|
programming.
|
|
|
|
|
|
|
|
It uses traditional control structures like gosub, for/next, and goto,
|
2012-10-11 19:36:21 +02:00
|
|
|
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
|
2011-10-11 08:50:56 +02:00
|
|
|
introduce programming concepts through fun exercises.
|
|
|
|
|
2011-10-11 09:49:44 +02:00
|
|
|
WWW: http://www.basic256.org
|