Learning the BASIC Programming Language
Getting Started
Download a free BASIC IDE. We recommend
Just Basic
.
Simply run the jbwin101.exe file.
Immediately you will be presented with the IDE and a pop-up containing "The World of Just Basic" which you can use for help.
Now you can place the code into the text area below.
Running and compiling is as easy as pressing the Arrow button in the top menu bar.
Coding in BASIC
Start With a simple program like a
Hello World program
, and work your way up.
Move onto working with logical expressions. Any
flowchart
can be turned into a BASIC program. See
panflute.bas
Now you are ready to use loops. See
Ainsworth BASIC
or
wikipedia
for more information.
If you are using
Just Basic
, you've already downloaded a tutorial guide. Additionally, the
Just Basic Forum
is a good deal of help.
Our PowerPoint Presentation
PBASIC BS2 BOEBOT Example Code
PBASIC Tokenizers and BoeBots