mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7b27be9500
- add build dependencies on bison and flex while here: - trim Makefile header - remove redundant tabs in Makefile - use SF shortcut in MASTER_SITES - remove indefinite article from COMMENT - remove exclicit dependency on qmake, since it is already defined in USE_QT4 - change BUILD_DEPENDS usage to more common - remove trailing whitespace in pkg-descr PR: 172583 Submitted by: Fernando <fernando.apesteguia at gmail dot com> (maintainer) Feature safe: yes
12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
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://www.basic256.org
|