Information Technology - Computer Programming - Source Code - Homebrew - Open Source - Software - Hardware - 8 bit - 16 bit - 32 bit - 64 bit - x86 - x64 - DOS - Windows - Linux - Arduino - Embedded - Development - Retro - Vintage - Math - Science - History - Hobby - Beginners - Professionals - Experiment - Research - Study - Fun - Games

Search found 111 matches

by admin
Fri Mar 24, 2023 7:22 am
Forum: Ionic Wind (and Pyxia)
Topic: $1000 Blackjack
Replies: 0
Views: 4450

$1000 Blackjack

Written in Emergence Basic. FREEWARE Open Source This game is a simple implementation of Blackjack. It runs on Windows 95 and up. Standard Blackjack rules apply. Continue betting until you run out of money. The straightforward features make practicing card counting and other strategies easy. Downloa...
by admin
Fri Mar 24, 2023 12:53 am
Forum: News
Topic: Craft Basic version 1.3 released
Replies: 0
Views: 4558

Craft Basic version 1.3 released

​I have released version 1.3 to fix another issue with the for loops. They should be even more accurate and stable now. The issue was happening with things such as FOR i = -1 TO 0 STEP -1. No wonder. There's now a QUOTE keyword to go along with COMMA and NEWLINE for output formatting. I also "i...
by admin
Thu Mar 09, 2023 3:24 am
Forum: News
Topic: Craft Basic version 1.2 released
Replies: 0
Views: 4707

Craft Basic version 1.2 released

I had to rush this one out to fix a critical, but uncommon bug with for/next loops. New example: 'euler method example precision 4 let s = 2 gosub euler let s = 5 gosub euler let s = 10 gosub euler end sub euler cls cursor 1, 1 wait print "step: ", s let b = 100 let y = 100 for t = 0 to b ...
by admin
Wed Mar 08, 2023 9:00 pm
Forum: Craft Basic Support
Topic: How to print string variable?
Replies: 3
Views: 4292

Re: How to print string variable?

Ok, I will note this as a design goal. It seems like a perfect way to test the language.

The only recursion Craft Basic supports is calling a sub from the same sub, creating a loop. Simple stuff. Subs don't accept parameters and all variable data is global.
by admin
Mon Mar 06, 2023 6:40 pm
Forum: Craft Basic Support
Topic: How to print string variable?
Replies: 3
Views: 4292

Re: How to print string variable?

Hello, Mussel. Welcome and thank you for trying Craft Basic. I have not added support for string variables yet. It's in the to-do list. Currently, print, alert, title, and run commands may combine their outputs. For example: input "How old are you?", age alert "Hello", comma, &qu...
by admin
Mon Mar 06, 2023 4:53 am
Forum: News
Topic: New language under development.
Replies: 1
Views: 4152

New language under development.

Commando Basic is a new programming language that is under development. It's a BASIC to token translator and interpreter with a simple IDE. The interpreter exe is separate from the translator, therefore it's small and fast. Much faster than Craft Basic which isn't tokenized and has everything packed...
by admin
Wed Mar 01, 2023 6:06 am
Forum: News
Topic: Craft Basic version 1.1 released
Replies: 0
Views: 4375

Craft Basic version 1.1 released

Many things have changed for the better with the new 1.1 version. The code has been cleaned up and optimized. Bugs have been removed. Important changes include the syntax of functions. The functions will work much more like your standard BASIC now. Also, the image handling commands have been improve...
by admin
Wed Feb 22, 2023 11:13 am
Forum: News
Topic: Welcome
Replies: 0
Views: 4527

Welcome

I just made this site today. Hope you enjoy it!