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 109 matches

by admin
Thu Mar 09, 2023 3:24 am
Forum: News
Topic: Craft Basic version 1.2 released
Replies: 0
Views: 4601

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: 4145

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: 4145

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: 4019

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: 4271

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: 4423

Welcome

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