aboutsummaryrefslogtreecommitdiff
path: root/lang/tcbasic
Commit message (Collapse)AuthorAgeFilesLines
* lang/tcbasic: update 2.0.0 -> 2.1.0Bartek Rutkowski2015-05-193-6/+7
| | | | | | | | | | - Update pkg-descr PR: 200328 Submitted by: Thomas Cort <linuxgeek@gmail.com> (maintainer) Notes: svn path=/head/; revision=386785
* Unbreak by using a regular (autogen'ed) tarballAntoine Brodin2015-04-192-6/+3
| | | | Notes: svn path=/head/; revision=384275
* tcbasic implements a small subset of BASIC known as Tiny BASIC.Pawel Pekala2015-04-173-0/+34
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: svn path=/head/; revision=384187