diff options
author | wen <wen@FreeBSD.org> | 2011-10-11 14:50:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-11 14:50:56 +0800 |
commit | d4c88718d4d014a3768402a83e393e95e998949b (patch) | |
tree | aa0c51ab68b92e5b825dd08086235fce1552ea06 /lang/Makefile | |
parent | 5c4728055634fe75b16bcb4a67404426a8117d01 (diff) | |
download | freebsd-ports-gnome-d4c88718d4d014a3768402a83e393e95e998949b.tar.gz freebsd-ports-gnome-d4c88718d4d014a3768402a83e393e95e998949b.tar.zst freebsd-ports-gnome-d4c88718d4d014a3768402a83e393e95e998949b.zip |
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.
WWW: http://http://www.basic256.org
PR: ports/160367
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6e7904ea6c99..ea5559b2bfa6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -16,6 +16,7 @@ SUBDIR += atlast SUBDIR += awka SUBDIR += bas2tap + SUBDIR += basic256 SUBDIR += bf2c SUBDIR += bigloo SUBDIR += boo |