Added top navbar rcdoc files

This commit is contained in:
n00b
2024-10-24 22:51:34 -04:00
parent 86fee87c0f
commit b14019f9a9
16 changed files with 1050 additions and 0 deletions

6
doc/files/intro.txt Normal file
View File

@@ -0,0 +1,6 @@
#title Introduction to RCBasic [RCBasic Doc]
#header INTRODUCTION TO RCBASIC
First I would like to say thank you for taking an interest in RCBASIC ( I use all caps because I think it looks more retro that way). RCBASIC is a variant of the BASIC programming language. It consist of a compiler, interpreter, and a code editor. This version of BASIC was mostly influenced by sdlBasic and QBasic. My main reason for writing this software was just to have fun and challenge myself. This language is not as full featured as C++ or Java but you can still create some awesome stuff with it. I hope you have as much fun using this software as I had making it.
Rodney Cunningham (aka. n00b)