aboutsummaryrefslogtreecommitdiff
path: root/lang/tcbasic
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/tcbasic: Update to 2.2.0Tobias Kortkamp2017-09-103-9/+8
| | | | | | | | | Changes: https://github.com/tcort/tcbasic/releases/tag/v2.2.0 PR: 222192 Submitted by: Thomas Cort <linuxgeek@gmail.com> (maintainer) Notes: svn path=/head/; revision=449572
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* 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