mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
20 lines
934 B
XML
20 lines
934 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>xgqt@gentoo.org</email>
|
|
<name>Maciej Barć</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Bas is an interpreter for the classic dialect of the programming
|
|
language BASIC. It is pretty compatible to typical BASIC interpreters of
|
|
the 1980s, unlike some other UNIX BASIC interpreters, that implement a
|
|
different syntax, breaking compatibility to existing programs. Bas
|
|
offers many ANSI BASIC statements for structured programming, such as
|
|
procedures, local variables and various loop types. Further there are
|
|
matrix operations, automatic LIST indentation and many statements and
|
|
functions found in specific classic dialects. Line numbers are not
|
|
required. Bas is written in ANSI C for UNIX systems.
|
|
</longdescription>
|
|
</pkgmetadata>
|