Simply KoolB: IDE

[Overview | Under the Hood | Commands | IDE | FAQ | Credits | www.BrianCBecker.com]
Simply KoolB comes with an IDE to simply coding. Actually, the IDE is actually just a fancy text editor. It has the standard open/save/copy/paste/etc functions. But it boasts several other features that make it unique.

First, it has syntax highlighting. This means that as you code, parts of your code are colored. For example, comments become green, keywords become blue, strings become red, etc. This is a handy feature and helps your eye locate what you want more easily.

Secondly, it has a Compile menu that lets you quickly compile, build, and run your code. Compiling your code simply translates your code from BASIC to assembly language. Building performs the actual linking and produces your program. Running, of course, runs your new program.

You can see what the Simply KoolB IDE looks like by the screenshot below:

Simply KoolB IDE Screenshot
Copyright © Brian C. Becker @ www.BrianCBecker.com.