summaryrefslogtreecommitdiff
path: root/lang/yabasic/DESCR
diff options
context:
space:
mode:
authorjtb <jtb>2003-05-02 23:19:53 +0000
committerjtb <jtb>2003-05-02 23:19:53 +0000
commit3263aa66aac950656c4064b8052a97e8162233f5 (patch)
treeeaa427a381b4255d2d6868a5929632c8bf6ad920 /lang/yabasic/DESCR
parentbb69703f072cee7c4782f49a5b7148a09482cdbe (diff)
downloadpkgsrc-3263aa66aac950656c4064b8052a97e8162233f5.tar.gz
Initial import of yabasic. Submitted by David Ferlier in PR pkg/19785
with some minor modifications by me. Yabasic implements the most common and simple elements of the basic language; It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic does monochrome line graphics and printing. Yabasic runs under Unix and Windows; it is small (around 200KB) and free.
Diffstat (limited to 'lang/yabasic/DESCR')
-rw-r--r--lang/yabasic/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/yabasic/DESCR b/lang/yabasic/DESCR
new file mode 100644
index 00000000000..86052ac109c
--- /dev/null
+++ b/lang/yabasic/DESCR
@@ -0,0 +1,4 @@
+Yabasic implements the most common and simple elements of the basic language;
+It comes with goto/gosub, with various loops, with user defined subroutines
+and Libraries. Yabasic does monochrome line graphics and printing.
+Yabasic runs under Unix and Windows; it is small (around 200KB) and free.