Category:Craft Basic: Difference between revisions

From Rosetta Code
Content added Content deleted
(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...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}{{language|Craft Basic}}
{{language|Craft Basic}}


[http://basicgames.xyz/index.php?page=article&id=16 Craft Basic homepage]
[http://www.lucidapogee.com/?page=craftbasic Craft Basic homepage]<br>
[http://www.lucidapogee.com/craftbasic/craftbasichelp.html Craft Basic documentation]<br>


<br>
Craft Basic is a BASIC interpreter for Windows 95 and up.
About:<br>

<br>
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!
Craft Basic is a BASIC interpreter for Windows 95 and up.<br>

<br>
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.
Tested on 95, XP, and 10.<br>

<br>
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:.
* learn programming<br>

* make simple games<br>
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.
* write code interactively<br>
* perform complex calculations<br>
* display cool graphics<br>
* build windows with forms<br>
* write useful scripts<br>
* and more...<br>

Latest revision as of 10:52, 22 February 2023

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 documentation


About:

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

Tested on 95, XP, and 10.

* learn programming
* make simple games
* write code interactively
* perform complex calculations
* display cool graphics
* build windows with forms
* write useful scripts
* and more...

Pages in category "Craft Basic"

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