Category:Craft Basic

From Rosetta Code
Revision as of 02:31, 16 December 2022 by Basicgames (talk | contribs) (Created page with "{{stub}}{{language|Craft Basic}} [http://basicgames.xyz/index.php?page=article&id=16 Craft Basic homepage] Craft Basic is a BASIC interpreter for Windows 95 and up. It features an interactive IDE allowing code to be ran on the fly. Documentation and several example programs are included. Learn programming easily and develop software for Windows! Simple commands are included for game development. You may easily display bitmap files. Wav files are easy to play. Even th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Craft Basic
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Craft Basic.

Craft Basic homepage

Craft Basic is a BASIC interpreter for Windows 95 and up.

It features an interactive IDE allowing code to be ran on the fly. Documentation and several example programs are included. Learn programming easily and develop software for Windows!

Simple commands are included for game development. You may easily display bitmap files. Wav files are easy to play. Even the keyboard buttons are simple to read. There's also the simple and traditional print and input commands. Single dimensional arrays are supported.

Operator precedence is !, *, /, %, +, -, <, >, <=, >=, =, <>, XOR, AND, OR, and ^. AND may be written as &. OR may be written as |. XOR may be written as ~. ! is the not operator. % is the mod operator. ^ is the power operator. Functions have no precedence over any operators. Floating point numbers are supported. The negative operator is supported. Parentheses may be used to override order of operations. Supported functions include (RND), (CLOCK), INT:, SIN:, COS:, and TAN:.

Craft Basic may be used as a scripting language by associating .bas files. If you prefer to distribute the program as an .exe, follow these steps. First, copy and paste Craft Basic.exe to the distribution directory. Then copy your programs .bas file to the same directory. Rename Craft Basic.exe to match the .bas file. Change the .bas file extension to a .run file. The result should look like myprogram.exe and myprogram.run. When you run the resulting exe, your program will execute automatically. Now you may include a readme and zip it up.

Pages in category "Craft Basic"

The following 72 pages are in this category, out of 72 total.