itch.io is community of indie game creators and players

Devlogs

New Keywords and Examples With V1.6 Update

Craft Basic
A downloadable Programming Language for Windows

In 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 output window.

Arrays may now be dimmed with multi line lists.

The recursion limit was raised. This ability is still limited.

The CONFIRM command provides an input dialog with a prompt, a yes button, and a no button. Yes returns 1 and no returns 0.

When defining variables, it is now optional to assign an expression or value. This way you don't have to type the = 0.
The ERASEARRAY command zeroes the contents of an array.

There's 5 new examples in version 1.6.

Files

  • craftbasic.zip 261 kB
    Aug 04, 2023
Download Craft Basic
Leave a comment