Skip to content

Releases: AtomiJD/jdBasic

Release candidate 1.0.0

27 Feb 08:49

Choose a tag to compare

Pre-release

Getting Started

Read the language reference:
https://github.com/AtomiJD/jdBasic/blob/development/doc/languages.md

Read the manual:
https://github.com/AtomiJD/jdBasic/blob/development/doc/manual.md

Get the latest release at: https://github.com/AtomiJD/jdBasic/releases/tag/jdbasic
Download: jdBasic_Release_1_0_0.zip
Extract it wherever you want.
Open a command window and change your directory to the "jdb" folder.
To run jdBasic, simply type in your command line:

..\bin\jdBasic 

Then load and run a program:

LOAD TEST
RUN

If you want to code in vs code take a look at:
https://github.com/AtomiJD/jdBasic/blob/development/vscode_extension/vscode_readme.md