Commit graph

5 commits

Author SHA1 Message Date
Tobias Kortkamp
492175c49e lang/tcbasic: Update to 2.2.0
Changes:	https://github.com/tcort/tcbasic/releases/tag/v2.2.0
PR:		222192
Submitted by:	Thomas Cort <linuxgeek@gmail.com> (maintainer)
2017-09-10 13:43:09 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Bartek Rutkowski
c51ffcec8e lang/tcbasic: update 2.0.0 -> 2.1.0
- Update pkg-descr

PR:		200328
Submitted by:	Thomas Cort <linuxgeek@gmail.com> (maintainer)
2015-05-19 15:38:50 +00:00
Antoine Brodin
97a35fcd83 Unbreak by using a regular (autogen'ed) tarball 2015-04-19 10:33:26 +00:00
Pawel Pekala
81596eaf0f 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>
2015-04-17 21:01:44 +00:00