Craft Basic
Devlog
- December 20, 2023 by Lucid Apogee#basic programming, #update, #game, #devThis is a small update, so I decided this will be v1.7.1 and not v1.8. Did some cleaning up of the examples. Added more examples ported from other languages. Added a new function EXP() for returning e... Continue reading
- September 06, 2023 by Lucid Apogee#craft basic, #code, #educational, #learning, #dev, #createI wasn't planning on updating just yet, but I found some issues that needed fixing. The PRIME() function was returning 1 on true. It will now return -1 on true. This way it is compatible with NOT(). F... Continue reading
- August 04, 2023 by Lucid Apogee#beginner, #programming, #code, #fun, #learningIn the latest update for Craft Basic to version 1.6, there's new keywords, examples, and features. The TAB keyword works along with the COMMA, QUOTE, and NEWLINE keywords for printing tabs in the outp... Continue reading
- June 29, 2023 by Lucid Apogee#new version, #big update, #basic programming, #creativityWith this latest update to Craft Basic, a few things have changed while many new features have been added. There's now over 20 new examples. Among the changes, the print command now displays to an out... Continue reading
- March 24, 2023 by Lucid Apogee#craft basic, #programming, #basic, #code, #updateI 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. T... Continue reading
- March 09, 2023 by Lucid Apogee#basic, #programming, #game, #design, #updateVersion 1.2 has been released. I had to rush this one out to fix a critical, but uncommon bug with for/next loops. A new example called eulermethod.bas has been included... Continue reading
- March 01, 2023 by Lucid Apogee#basic, #programming, #code, #game, #developmentMany 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 w... Continue reading
- February 22, 2023 by Lucid Apogee#new commands, #bug fixes, #features, #upgrades, #optimizationCraft Basic has been updated. New features include: newly added commands: for, step, next, and else The break command now works for do and for loops. A break by itself targets do loops and with a vari... Continue reading
- February 16, 2023 by Lucid Apogee#update, #new game, #15 puzzle, #bug fix, #new featuresI have uploaded a major update. It fixes a problem with the formid command. It also fixes the ! operator. It wasn't working properly. Now it is.There's now an ARRAYSIZE command to return the size of a... Continue reading