freebsd-ports/lang/tcbasic/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
478 B
Plaintext

tcbasic implements a small subset of BASIC known as Tiny BASIC
with added support for floating point numbers and many of the
built-in mathematical functions in Dartmouth BASIC. It supports
basic I/O, flow control, subroutines, and debug tracing.
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.