aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-04-17 21:01:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-04-17 21:01:44 +0000
commit81596eaf0fef62d8f8c0102bd0fed5e1fac383f7 (patch)
tree8cd71de304114d2f3c32567c87ea056259316003 /lang/Makefile
parent2af5dcc160f59e3915e6f8a0c19b7650638cbd46 (diff)
downloadports-81596eaf0fef62d8f8c0102bd0fed5e1fac383f7.tar.gz
ports-81596eaf0fef62d8f8c0102bd0fed5e1fac383f7.zip
tcbasic implements a small subset of BASIC known as Tiny BASIC.
It provides the following statements and commands: INPUT, PRINT, LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, and RUN. Integer arithmetic is supported, and strings may be PRINTed. A built-in RND(n) function provides random numbers. The small size of the language make it easy to learn and master while providing all of the building blocks needed to develop many interesting programs. tcbasic runs on a variety of platforms and aims to be as portable as possible. WWW: https://github.com/tcort/tcbasic PR: 197938 Submitted by: Thomas Cort <linuxgeek@gmail.com>
Notes
Notes: svn path=/head/; revision=384187
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 0fa2d98609fc..f80bf570da13 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -308,6 +308,7 @@
SUBDIR += starlogo
SUBDIR += stldoc
SUBDIR += swi-pl
+ SUBDIR += tcbasic
SUBDIR += tcc
SUBDIR += tcl-manual
SUBDIR += tcl-wrapper