summaryrefslogtreecommitdiffstats
path: root/development/FreeBASIC/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-04-29 04:08:23 +0200
committer Willy Sudiarto Raharjo2014-04-29 04:08:23 +0200
commita0cba0803d9817154d2e74ebc640a9d8a2f309f9 (patch)
treef24ac57a123f698bae5ca2183b8c21b63b796088 /development/FreeBASIC/README
parentecd846f34c90a7fbfcfd85bd553412fab917a113 (diff)
downloadslackbuilds-a0cba0803d9817154d2e74ebc640a9d8a2f309f9.tar.gz
development/FreeBASIC: Added (BASIC compiler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/FreeBASIC/README')
-rw-r--r--development/FreeBASIC/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/FreeBASIC/README b/development/FreeBASIC/README
new file mode 100644
index 0000000000..5163083ae5
--- /dev/null
+++ b/development/FreeBASIC/README
@@ -0,0 +1,4 @@
+Open-source, free, multi-platform BASIC compiler, with syntax
+similar MS-QuickBASIC (including the GFX statements), that adds
+new features such as pointers, unsigned data types, inline
+assembly, a pre-processor and many others.