summaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/bas/README.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/interpreters/bas/README.txt b/apps/interpreters/bas/README.txt
index d9d9425f9..d8435930e 100644
--- a/apps/interpreters/bas/README.txt
+++ b/apps/interpreters/bas/README.txt
@@ -1,8 +1,8 @@
README
======
-Introductions
-=============
+Introduction
+============
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
@@ -18,9 +18,6 @@ Introductions
to variables that are never initialised. Bas is written in ANSI C for
UNIX systems.
- Please do "make check" after compiling bas to run a couple regression
- tests.
-
License
=======
BAS 2.4 is released as part of NuttX under the standard 3-clause BSD license